From: W. Trevor King Date: Thu, 25 Nov 2010 16:08:10 +0000 (-0500) Subject: Fix matmul_skeleton.cu link. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=37d8ffcb0fbb6a835299c1b051bb1c9893be1c8b;p=parallel_computing.git Fix matmul_skeleton.cu link. --- diff --git a/assignments/archive/logistic_cuda/index.shtml.itex2MML b/assignments/archive/logistic_cuda/index.shtml.itex2MML index beaf339..752f5e2 100644 --- a/assignments/archive/logistic_cuda/index.shtml.itex2MML +++ b/assignments/archive/logistic_cuda/index.shtml.itex2MML @@ -57,9 +57,9 @@ be transfered into the share memory for speed.

See the Learning CUDA section of the course notes and the skeleton -code matmult_skeleton.cu. See -also the in-class exercise on array -reversal.

+code matmult_skeleton.cu. See +also the in-class exercise +on array reversal.

Part B — Logistic Map

diff --git a/assignments/archive/matrix_multiplication_cuda/index.shtml.itex2MML b/assignments/archive/matrix_multiplication_cuda/index.shtml.itex2MML index ae7425c..fad3d9a 100644 --- a/assignments/archive/matrix_multiplication_cuda/index.shtml.itex2MML +++ b/assignments/archive/matrix_multiplication_cuda/index.shtml.itex2MML @@ -59,8 +59,8 @@ in Step 2

.

See the Learning CUDA section of the course notes and the skeleton -code matmult_skeleton.cu. See -also the in-class exercise on array -reversal.

+code matmult_skeleton.cu. See +also the in-class exercise +on array reversal.