93
edits
Changes
Savy Cat
,→Assignment 2
==== Single Run Results ====
Here we can verify the solution reads the initial pixel values correctly:
[[File:Verify-3.png|800px]]
After rotation:
[[File:Verify-4.png|800px]]
Grid dimensions and total number of threads are displayed before launching. A single colour channel of Tiny-Shay.jpg requires about half a single full block:
[[File:Tiny-Shay-cuda.png]]
Large-Shay.jpg required a grid of 102 x 77 blocks, each block containing 32 x 32 threads, allowing for 8042496 threads per colour channel:
[[File:Large-Shay-cuda.png]]
=== Assignment 3 ===