Fix matmul_skeleton.cu link.
authorW. Trevor King <wking@drexel.edu>
Thu, 25 Nov 2010 16:08:10 +0000 (11:08 -0500)
committerW. Trevor King <wking@drexel.edu>
Thu, 25 Nov 2010 16:08:10 +0000 (11:08 -0500)
assignments/archive/logistic_cuda/index.shtml.itex2MML
assignments/archive/matrix_multiplication_cuda/index.shtml.itex2MML

index beaf339936fb446b973e6e8cb39b6213d2c6a23f..752f5e2dc9b86d037b4a62bdb9529ab088da2f6b 100644 (file)
@@ -57,9 +57,9 @@ be transfered into the share memory for speed.</p>
 
 <p>See the <a href="../../../content/GPUs/#learn">Learning CUDA</a>
 section of the course notes and the skeleton
-code <a href="../../../src/matmult_skeleton.cu">matmult_skeleton.cu</a>. See
-also the in-class exercise on <a href="../../../content/GPUs/#example">array
-reversal</a>.</p>
+code <a href="../../../src/matrix_multiplication_cuda/matmult_skeleton.cu">matmult_skeleton.cu</a>. See
+also the in-class exercise
+on <a href="../../../content/GPUs/#example">array reversal</a>.</p>
 
 <h2 id="B">Part B — Logistic Map</h2>
 
index ae7425ce06a6fe6e045f53057bbaf7465eba400a..fad3d9a8c1983f5bbdd50436084141916af30251 100644 (file)
@@ -59,8 +59,8 @@ in <a href="#2">Step 2</a></p>.
 
 <p>See the <a href="../../../content/GPUs/#learn">Learning CUDA</a>
 section of the course notes and the skeleton
-code <a href="../../../src/matmult_skeleton.cu">matmult_skeleton.cu</a>. See
-also the in-class exercise on <a href="../../../content/GPUs/#example">array
-reversal</a>.</p>
+code <a href="../../../src/matrix_multiplication_cuda/matmult_skeleton.cu">matmult_skeleton.cu</a>. See
+also the in-class exercise
+on <a href="../../../content/GPUs/#example">array reversal</a>.</p>
 
 <!--#include virtual="$root_directory/shared/footer.shtml"-->