Open main menu

CDOT Wiki β

Changes

Carlos

376 bytes added, 15:59, 15 April 2013
Progress
=== Assignment 2 ===
 
Here is my code to parallelize the SAT algorithm I worked on A1:
<pre>
</pre>
 
=== Assignment 3 ===
 
Due to the difficulty of optimizing the code provided in A2 to parallelize a Summed Area Table, The professor and I accorded for me to only provide an explanation of how would I optimize my code by using a prefix sum method: http://http.developer.nvidia.com/GPUGems3/gpugems3_ch39.html.