nvcc

May 09, 2025
CUDA C++ Compiler Updates Impacting ELF Visibility and Linkage
In the next CUDA major release, CUDA 13.0, NVIDIA is introducing two significant changes to the NVIDIA CUDA Compiler Driver (NVCC) that will impact ELF...
11 MIN READ

May 01, 2025
NVIDIA Blackwell and NVIDIA CUDA 12.9 Introduce Family-Specific Architecture Features
One of the earliest architectural design decisions that went into the CUDA platform for NVIDIA GPUs was support for backward compatibility of GPU code. This...
14 MIN READ

Mar 12, 2025
Understanding PTX, the Assembly Language of CUDA GPU Computing
Parallel thread execution (PTX) is a virtual machine instruction set architecture that has been part of CUDA from its beginning. You can think of PTX as the...
13 MIN READ

Mar 10, 2025
Optimizing Compile Times for CUDA C++
In modern software development, time is an incredibly valuable resource, especially during the compilation process. For developers working with CUDA C++ on...
10 MIN READ