Open main menu

CDOT Wiki β

Changes

DPS915/CodeCookers

2 bytes added, 19:32, 3 October 2014
no edit summary
[[File:table.jpg]]
[[File:chartPichart.jpg]]
As we can see the hotspot of the program is the pi () function, which takes 100% of the execution time. This function is containing a single for loop, which is calculating the size of the PI. This can be executed independently, because it has no data dependency, therefor it is possible to parallelize with CUDA to speed up the processing time.