93
edits
Changes
Savy Cat
,→Assignment 2
rot90 << <dGrid, dBlock >> > (d_src, d_dst, w, h, i);
}
// Ensure operations completed
cudaDeviceSynchronize();
// Copy d_dst to h_dst
rot90 << <dGrid, dBlock >> > (d_src, d_dst, w, h, i);
}</nowiki>
==== Profiling With Nsight ====
I edit rotate90.cu to rotate the given image 12 times, as done in the CPU version.
=== Assignment 3 ===