Compiler
The CUDA-C and CUDA-C++ compiler, nvcc, is found in the
bin/
directory. It is
built on top of the NVVM optimizer, which is itself built on top of the LLVM compiler
infrastructure. Developers who want to target NVVM directly can do so using the
Compiler SDK, which is available in the
nvvm/
directory.