 Making Libraries Consumable for Non-C++ Developersand assume. • Understand assumptions and be precise when possible. • C++ now has many types that express precisely what is meant – integer sizes, string encoding, etc. • Interop scenarios often aren’t0 码力 | 29 页 | 1.21 MB | 6 月前3 Making Libraries Consumable for Non-C++ Developersand assume. • Understand assumptions and be precise when possible. • C++ now has many types that express precisely what is meant – integer sizes, string encoding, etc. • Interop scenarios often aren’t0 码力 | 29 页 | 1.21 MB | 6 月前3
 whats new in visual studioChoose which library versions you want (works both in the command line and manifest). 🔢 Manifest Express your dependencies declaratively. 📦 Binary Caching Share the compiled libraries you consume locally0 码力 | 42 页 | 19.02 MB | 6 月前3 whats new in visual studioChoose which library versions you want (works both in the command line and manifest). 🔢 Manifest Express your dependencies declaratively. 📦 Binary Caching Share the compiled libraries you consume locally0 码力 | 42 页 | 19.02 MB | 6 月前3
 Bringing Existing Code to CUDA Using constexpr and std::pmrcluster node today, the memories of the CPU and GPU are physically distinct and separated by the PCI-Express bus.” -- https://developer.nvidia.com/blog/unified-memory-in-cuda- 6/ CPU vs GPU Memory System0 码力 | 51 页 | 3.68 MB | 6 月前3 Bringing Existing Code to CUDA Using constexpr and std::pmrcluster node today, the memories of the CPU and GPU are physically distinct and separated by the PCI-Express bus.” -- https://developer.nvidia.com/blog/unified-memory-in-cuda- 6/ CPU vs GPU Memory System0 码力 | 51 页 | 3.68 MB | 6 月前3
 C++23: An Overview of Almost All New and Updated FeaturesEmulated with: if (expr) {} else { __builtin_unreachable(); }  C++23: standard way to express assumptions  [[assume(expr)]];  Why use assumptions?  For performance Example: int divide_by_32(int0 码力 | 105 页 | 759.96 KB | 6 月前3 C++23: An Overview of Almost All New and Updated FeaturesEmulated with: if (expr) {} else { __builtin_unreachable(); }  C++23: standard way to express assumptions  [[assume(expr)]];  Why use assumptions?  For performance Example: int divide_by_32(int0 码力 | 105 页 | 759.96 KB | 6 月前3
共 4 条
- 1













