Fix matmul_skeleton.cu link.
[parallel_computing.git] / assignments / archive / logistic_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>