Open main menu

CDOT Wiki β

Changes

DPS915/CodeCookers

20 bytes removed, 18:05, 31 October 2014
Assignment 2
This loop is the hot spot of the previous program.
[[File:gpu-pic2.png]]
During this assignment we converted our program structure to be more feasible for parallelization. We rewrote the program and changed the “for loop” from the previous program and we created a kernel which will execute the task on the device.
[[File:gpu-pic3.png]]
'''Program execution'''
The following table and chart compare the CPU runtime vs the GPU runtime.
[[File:gpu-pic4.png]]
[[File:gpu-pic5.png]]
'''Conclusion'''