Changes

Jump to: navigation, search

Skynet/GPU610

93 bytes added, 09:11, 4 December 2014
Optimizations Used
}
}
=== Assignment 2 ===
=== Assignment 3 ===
[[File:A3.jpg]]
====Result====
 
[[File:Rt_result.jpg]]
====Optimizations Used====
</syntaxhighlight>
'''shared memory''' : we implemented shared memory but quickly realized that it was actually slower then sticking to global memory, . we believe this has to do with is because the number of times threads are done per pixel and the array has to be copied into shared memoryis used for the spheres. they have different indices and cannot be assigned one per thread.
<syntaxhighlight lang="cpp">

Navigation menu