I’m reading the “CUDA Programming Guide”, and in section 3.1 I see that it says that a complete description of nvcc options and workflow can be found in the “nvcc User Manual”. However, I can’t find this anywhere on the NVidia web site, and a Google search just turns up references to that section of the programming guide.
Does this manual actually exist, and if so, where can I find it?
Also, in looking through the examples from the SDK, I see that virtually all of them are in C++. Are there any C language examples around?
I’m reading the “CUDA Programming Guide”, and in section 3.1 I see that it says that a complete description of nvcc options and workflow can be found in the “nvcc User Manual”. However, I can’t find this anywhere on the NVidia web site, and a Google search just turns up references to that section of the programming guide.
Does this manual actually exist, and if so, where can I find it?
Also, in looking through the examples from the SDK, I see that virtually all of them are in C++. Are there any C language examples around?
If you installed the CUDA toolkit in the default place, you can find the NVCC manual on your hard drive in /usr/local/cuda/doc/. It will have a name something like nvcc_3.1.pdf, based on the version of CUDA you installed.
If you installed the CUDA toolkit in the default place, you can find the NVCC manual on your hard drive in /usr/local/cuda/doc/. It will have a name something like nvcc_3.1.pdf, based on the version of CUDA you installed.