Changes

Jump to: navigation, search

Savy Cat

177 bytes added, 02:19, 3 April 2018
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 ===
93
edits

Navigation menu