CUDA, matrix addition 1

进行中 已发布的 6 年前 货到付款
进行中 货到付款

Programming part: CUDA, matrix addition

Implement matrix addition in CUDA, C = A+B where the matrices are NxN and N is large. This is an extension of the program in the "CUDA by Example" book that adds two long vectors of length N. One could also refer to the [login to view URL] program, which uses 2-dimensional arrays.

In your main program assign (float) values to the elements of A and B: a[i][j] = 2*i + j + 1 and b[i][j] = i + 4*j + 2.

Call your kernel. Then check if all elements of C are correct; if they are correct, print "We did it!".

Also execute the matrix addition sequentially, and time this (nested loop) with gettimeofday(). Compare the time to the execution time of the kernel plus the cudaMemcpy calls (using CUDA Event timing); do not include the malloc or the cudaMalloc times, and calculate the speedup. Do this for 10 (large to very large) values of N.

Submit a typescript showing: a listing (with "cat") of your source code, your compilation, and executions with output. Discuss your findings in your report.

CUDA

项目ID: #14244198

关于项目

1个方案 远程项目 活跃的6 年前

1 威客就此工作平均出价 $250

usamamw141

Hi there, I have done tasks in CUDA and I can do this one too. Relevant Skills and Experience Doing final year project using CUDA Proposed Milestones $250 USD - milestone

$250 USD 在20天内
(3条评论)
2.0