Changes

Jump to: navigation, search

GPU610/SSD

655 bytes added, 01:19, 8 February 2013
Assignment 1
=== Assignment 1 ===
Sezar:
 
----
Dylan:
 
----
Stephanie:
 
For assignment one I profiled a closest pair algorithm. The source code can be found here:
 
''[http://rosettacode.org/wiki/Closest-pair_problem/C http://rosettacode.org/wiki/Closest-pair_problem/C]''
 
I was able to run the code successfully on Matrix and I believe it is a good candidate to parallelize. The closest() function generally eats up the most time and I believe that most of its remedial processes could be done by the GPU.
 
''A useful reference site to help explain closest pair algorithms:
 
[http://www.algorithmist.com/index.php/Closest_Pair http://www.algorithmist.com/index.php/Closest_Pair]''
 
----
 
=== Assignment 2 ===
=== Assignment 3 ===
1
edit

Navigation menu