Changes

Jump to: navigation, search

GPU610/Turing

452 bytes added, 20:56, 13 October 2015
Example
The program accepts a single number to specify the size of a square matrix and runs the equation 100 times. When run with a 10000x10000 matrix this is the result:
[[Image:GPU610_Turing_A1Profile_10k.jpg|600px]]
 
Running a 10000 x 10000 matrix through 100 time steps takes just over 1 minute. 82.5% of the process time is spent in the evolveTimeStep function, which takes approx 600ms per time step. The timeStep function has a nested for loop giving it a O(N^2) runtime. With a 20000 x 20000 matrix each step takes approx. 2200ms on my machine. I cannot accurately benchmark above this size on my machine as the process requires more memory than my computer has.
===== Potential for parallelism =====

Navigation menu