NVIDIA CUDA Compiler Driver NVCC
docs.nvidia.com › cuda › cuda-compiler-driver-nvccJul 25, 2023 · The CUDA compilation trajectory separates the device functions from the host code, compiles the device functions using the proprietary NVIDIA compilers and assembler, compiles the host code using a C++ host compiler that is available, and afterwards embeds the compiled GPU functions as fatbinary images in the host object file.