Changes

Jump to: navigation, search

Sirius

1,066 bytes added, 22:06, 6 April 2018
Editing Part 1 of algorithms
The application has the opportunity to receive an incredible boost to performance with the addition of parallel programming as most of the computational time is made up of calculating the average of every pixel which can be calculated concurrently, while only requiring a single synchronization at the end before we display the image.
 
 
=== Algorithms (Joseph Pildush)===
My topic is about Algorithms and the stress on the CPU of running them with large sizes of arrays. When using most algorithms with a set of arrays of a small size, the algorithms tend to finish faster then a second. When using these algorithms with larger sized arrays, based on my results it can be seen that the stress continues to increase as the size of the arrays increase, which in turn would also increase the execution time of the algorithms. In a situation when these algorithms are being called multiple times on large sized arrays, there would be an immense increase in execution time which may also result in the program becoming overall slow and/or hanging.
For this reason, when developing very advanced applications that would require to make multiple algorithm calls on very large sized arrays, it seems quite beneficial to use CUDA to implement parallel programming on the GPU.
<br>
Algorithms Used: std::sort, saxpy, prefix-sum
<br>
==== Results ====
[[File:]]
<br>
==== Graph ====
[[File:algorithmGraph.png]]
 
=== Assignment 2 ===
66
edits

Navigation menu