Open main menu

CDOT Wiki β

Changes

GPU610/DPS915 CUDA PI

87 bytes added, 13:08, 4 November 2013
Assignment 1
// calculate pi
pi = 4.0 * (float)score/(float)points;
 
==== '''Software and Hardware''' ====
[[File:Pi_software_and_hardware_list.jpg|border]]
==== '''Program Execution Plan''' ====
==== '''Conclusion''' ====
As the sample count increases, the execution time of the program also increases. The Big-O Classification for ''pi_serial'' is O(1).
 
 
=== '''Assignment 2''' ===