Update CUDA reference doc links.
authorW. Trevor King <wking@drexel.edu>
Thu, 25 Nov 2010 15:31:33 +0000 (10:31 -0500)
committerW. Trevor King <wking@drexel.edu>
Thu, 25 Nov 2010 15:31:33 +0000 (10:31 -0500)
content/GPUs/index.shtml

index 9c8959cde0b51b0cf7e5c8a3e17892b6dbe08a4b..277f27e3e4191a58dfd88decef6fede5348ffc98 100644 (file)
@@ -69,14 +69,11 @@ Fortran, Java and Matlab.</p>
     Training</a>.</li>
   <li>An interesting primer is that
     of <a href="resources/Seland_2008_Cuda_Programming.pdf">Seland</a>.</li>
-  <li>Download the <em>CUDA Technical Training</em> documents:
-    <ul>
-      <li><a href="http://www.nvidia.com/docs/IO/47904/VolumeI.pdf">Volume
-         I: Introduction to CUDA Programming</a></li>
-      <li><a href="http://www.nvidia.com/docs/IO/47904/VolumeII.pdf">Volume
-         II: CUDA Case Studies</a></li>
-    </ul>
-    </li>
+  <li>Also look at
+               the <a href="http://developer.download.nvidia.com/compute/cuda/3_2/toolkit/docs/CUDA_C_Programming_Guide.pdf">CUDA
+               C Programming Guide</a> and other documentation distributed in
+               the <a href="http://www.nvidia.com/object/cuda_get.html">CUDA
+               toolkit</a>.</li>
   <li>David Kirk, NVDIA, and Wen-Mei Hwua, ECE, U of Illinos, have
     written an excellent textbook on
     CUDA: <a href="http://www.elsevierdirect.com/morgan_kaufmann/kirk/">Programming
@@ -88,4 +85,6 @@ Fortran, Java and Matlab.</p>
     Gems 3</a> contains great demonstration GPU codes.</li>
 </ul>
 
+
+
 <!--#include virtual="$root_directory/shared/footer.shtml"-->