From 37d8ffcb0fbb6a835299c1b051bb1c9893be1c8b Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 25 Nov 2010 11:08:10 -0500 Subject: [PATCH] Fix matmul_skeleton.cu link. --- assignments/archive/logistic_cuda/index.shtml.itex2MML | 6 +++--- .../archive/matrix_multiplication_cuda/index.shtml.itex2MML | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) 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.

-- 2.26.2