Changes

Jump to: navigation, search

GPU610/OctoPig

31 bytes added, 12:57, 9 March 2013
Assignment 2
In order to profile the code I ported it over to C++ and ran it on Matrix. The results weren't great. The two functions that consumed the most run time took up a total of 90% of the time, but each run of the function only took 0.01ms. So both of those were out because it wouldn't be worth it. The next two functions took up ~15% runtime combined. We each picked on and moved it to the GPU. We new the results weren't going to be great, but I'm sick of porting JavaScript to C++.
 
Actual source code to follow.
=== Assignment 3 ===
1
edit

Navigation menu