Changes

Jump to: navigation, search

GPU610/Cosmosis

2 bytes added, 00:20, 8 March 2013
Assignment
You can see that the majority of the processing time is used on SQ(square) and MAX(which value is bigger) calculations. The point calculation can be done independently and therefore can be parallelized with CUDA. This program can be speed up even more if we utilize the Barnes-hut algorithm for calculating N-Bodies using quad trees and spatial partitions.
=== Assignment 2 ===
==== Baseline ====
The following profiles were made under the following compiler and computer settings:
1
edit

Navigation menu