The CUDA programmer’s Guide, Best Practices Guide, and Runtime API references appear to be available only as web pages. Do they exist in a form (such as pdf) that I can download to print a hard copy for reading away from my computer?
OOPS… I accidentally discovered half an answer. I was viewing the web page in FireFox. But when I used IE to view it, a line appeared at the top providing a link to a pdf version of the Programmer’s Guide and the Best Practices Guide. Interesting that this link did not appear when I viewed the pages in FireFox! Anyhow, the problem is solved for those two documents. But how about the Runtime API? Thanks!
Tim
[url]CUDA Runtime API :: CUDA Toolkit Documentation
PDF link is at the top of the page. Also, I believe all these documents are included when you install the CUDA Toolkit under the docs folder.
Vacaloca - Thanks! Now I feel like an idiot… all of the manuals are available in a pdf directory under docs. Sigh. But it is interesting that on the nVidia website, the link to the pdf docs does appear at the top of the page when viewed in Internet Explorer, but the link is not there when viewed in Firefox, which is my main browser.
Tim
What version of Firefox are you running? I see the PDF links in Firefox 22 (on OS X).
This PDF reading control may be useful and you will get detailed APIs when using it.
In your cuda toolkit folder you have subfolder doc with pdfs:
$ pwd
/usr/local/cuda-5.5/doc/pdf
$ ls -al
total 94760
drwxr-xr-x 2 root root 4096 dec 19 01:32 ./
drwxr-xr-x 4 root root 4096 dec 19 01:32 ../
-rw-r--r-- 1 root root 2297019 dec 19 01:32 CUBLAS_Library.pdf
-rw-r--r-- 1 root root 1574930 dec 19 01:32 CUDA_Binary_Utilities.pdf
-rw-r--r-- 1 root root 2171667 dec 19 01:32 CUDA_C_Best_Practices_Guide.pdf
-rw-r--r-- 1 root root 1805024 dec 19 01:32 CUDA_Compiler_Driver_NVCC.pdf
-rw-r--r-- 1 root root 3131652 dec 19 01:32 CUDA_C_Programming_Guide.pdf
-rw-r--r-- 1 root root 2321746 dec 19 01:32 CUDA_Debugger_API.pdf
-rw-r--r-- 1 root root 3376413 dec 19 01:32 CUDA_Driver_API.pdf
-rw-r--r-- 1 root root 1785014 dec 19 01:32 cuda-gdb.pdf
-rw-r--r-- 1 root root 1770033 dec 19 01:32 CUDA_Getting_Started_Linux.pdf
-rw-r--r-- 1 root root 1727496 dec 19 01:32 CUDA_Getting_Started_Mac.pdf
-rw-r--r-- 1 root root 1606329 dec 19 01:32 CUDA_Getting_Started_Windows.pdf
-rw-r--r-- 1 root root 2117471 dec 19 01:32 CUDA_Math_API.pdf
-rw-r--r-- 1 root root 1661963 dec 19 01:32 CUDA_Memcheck.pdf
-rw-r--r-- 1 root root 2109247 dec 19 01:32 CUDA_Profiler_Users_Guide.pdf
-rw-r--r-- 1 root root 2934111 dec 19 01:32 CUDA_Runtime_API.pdf
-rw-r--r-- 1 root root 2858332 dec 19 01:32 CUDA_Samples.pdf
-rw-r--r-- 1 root root 2102706 dec 19 01:32 CUDA_Toolkit_Release_Notes.pdf
-rw-r--r-- 1 root root 1515799 dec 19 01:32 CUDA_Video_Decoder.pdf
-rw-r--r-- 1 root root 1662937 dec 19 01:32 CUDA_Video_Encoder.pdf
-rw-r--r-- 1 root root 1771707 dec 19 01:32 CUFFT_Library.pdf
-rw-r--r-- 1 root root 2417898 dec 19 01:32 CUPTI_Library.pdf
-rw-r--r-- 1 root root 2135369 dec 19 01:32 CURAND_Library.pdf
-rw-r--r-- 1 root root 2591463 dec 19 01:32 CUSPARSE_Library.pdf
-rw-r--r-- 1 root root 1141811 dec 19 01:32 EULA.pdf
-rw-r--r-- 1 root root 1652015 dec 19 01:32 Floating_Point_on_NVIDIA_GPU.pdf
-rw-r--r-- 1 root root 1583132 dec 19 01:32 GPUDirect_RDMA.pdf
-rw-r--r-- 1 root root 1714814 dec 19 01:32 Incomplete_LU_Cholesky.pdf
-rw-r--r-- 1 root root 1496855 dec 19 01:32 Inline_PTX_Assembly.pdf
-rw-r--r-- 1 root root 1525729 dec 19 01:32 Kepler_Compatibility_Guide.pdf
-rw-r--r-- 1 root root 1525364 dec 19 01:32 Kepler_Tuning_Guide.pdf
-rw-r--r-- 1 root root 2252421 dec 19 01:32 libdevice-users-guide.pdf
-rw-r--r-- 1 root root 1482473 dec 19 01:32 libNVVM_API.pdf
-rw-r--r-- 1 root root 23591759 dec 19 01:32 NPP_Library.pdf
-rw-r--r-- 1 root root 2223290 dec 19 01:32 Nsight_Eclipse_Edition_Getting_Started.pdf
-rw-r--r-- 1 root root 1632732 dec 19 01:32 NVVM_IR_Specification.pdf
-rw-r--r-- 1 root root 1610999 dec 19 01:32 Optimus_Developer_Guide.pdf
-rw-r--r-- 1 root root 2526630 dec 19 01:32 ptx_isa_3.2.pdf
-rw-r--r-- 1 root root 1555832 dec 19 01:32 Thrust_Quick_Start_Guide.pdf
With CUDA 5.5 [url]CUDA Toolkit Documentation should have PDFs for all linked documents. I just randomly sampled some documents on that page with IE and FF and all had links to PDF.