Changes

Jump to: navigation, search

BLAStoise

13 bytes added, 20:41, 12 February 2017
Assignment 1
If we run the program for a larger sequence of 50000, the following flat profile is generated.
Flat profile: Each sample counts as 0.01 seconds.
% cumulative self self total
time seconds seconds calls s/call s/call name
</pre>
Within the function itself there are many nested loops with calls to the sumSteps function in the SubmatrixCalculator.cpp file. Since the purpose of this function is to retrieve the path through the matrix while calculating the number of steps, this simple operation could benefit from the usage of a GPU rather than a CPU.
=== Assignment 2 ===
=== Assignment 3 ===
26
edits

Navigation menu