NVIDIA CUDA Compiler
| Use attributes for filter ! | |
| Original author | Nvidia |
|---|---|
| License | proprietary software |
| Date of Reg. | |
| Date of Upd. | |
| ID | 997063 |
About NVIDIA CUDA Compiler
Nvidia CUDA Compiler is a proprietary compiler by Nvidia intended for use with CUDA. CUDA code runs on both the CPU and GPU. NVCC separates these two parts and sends host code to a C compiler like GCC or Intel C++ Compiler or Microsoft Visual C Compiler, and sends the device code to the GPU.