Changes

Jump to: navigation, search

GPU610/TeamKCM

954 bytes added, 12:43, 5 December 2014
no edit summary
==== Chart ====
[[File:a3 duration chart.png]]
 
==== Conclusions / Problems Encountered ====
Using CUDA, Our team achieved around 8000% speed up in total run time compare to original project and final result. We were certain that by implementing kernel to the original project will result in huge speed up because a calculation was done in a loop(serial) to get each heat points in specific time. To accomplish the project, first we focused on understanding the original project to find out the "hot spot" in the code and different variables and their uses. Working with heat equation problem was challenging, because we had to understand how heat points are calculated with a equation and had to find out which part/variables are needed and not to develop a kernel. The original project did not have any dependent variables given from user input, so we had to decide which part of the equation we want to be dependent. As we develop kernel and work with different resources in the program, we had to
1
edit

Navigation menu