Posts by Mike Murphy
Technical Walkthrough
Oct 25, 2021
Reducing Application Build Times Using CUDA C++ Compilation Aids
This technical walkthrough on the CUDA C++ compiler toolchain complements the programming guide and provides a broad overview of new features being introduced in the CUDA 11.5 toolkit release.
13 MIN READ
Technical Walkthrough
Apr 15, 2021
Programming Efficiently with the NVIDIA CUDA 11.3 Compiler Toolchain
The CUDA 11.3 release of the CUDA C++ compiler toolchain incorporates new features aimed at improving developer productivity and code performance.
15 MIN READ
Technical Walkthrough
Feb 12, 2021
Boosting Productivity and Performance with the NVIDIA CUDA 11.2 C++ Compiler
The 11.2 CUDA C++ compiler incorporates features and enhancements aimed at improving developer productivity and the performance of GPU-accelerated applications.
21 MIN READ
Technical Walkthrough
Feb 12, 2021
Improving GPU Application Performance with NVIDIA CUDA 11.2 Device Link Time Optimization
CUDA 11.2 features the powerful link time optimization (LTO) feature for device code in GPU-accelerated applications. Device LTO brings the performance…
14 MIN READ
Technical Walkthrough
Apr 22, 2014
Separate Compilation and Linking of CUDA C++ Device Code
Managing complexity in large programs requires breaking them down into components that are responsible for small, well-defined portions of the overall program.
13 MIN READ