nvcc User Manual, C examples?

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?

Thanks,
James

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?

Thanks,
James

There are some C examples in this online tutorial:

http://code.google.com/p/stanford-cs193g-s…StartedWithCUDA

There are some C examples in this online tutorial:

http://code.google.com/p/stanford-cs193g-s…StartedWithCUDA

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.