Changes

Jump to: navigation, search

WhySoSerial?

31 bytes removed, 05:38, 25 February 2017
no edit summary
[[File:Profilesataglance.jpg]]
 == -Amdahls Predicted speed increase== 
Given the formula S(n) = 1 / 1 - P + P / N
 
P = the percentage portion of parallizable code
 
N = the number of cores to distribute on
 
S(n) = the final speed increase as a multiplicative
For this analysis - the Nvidia 1070 GPU is available for testing and has a total of 1920 CUDA cores.
 
S(n) = 1 / 1 - (0.6667) + 0.6667 / 1920
= 1 / 0.3333 + 0.00034723
= 1 / 0.333647239
= 2.99x
 
Therefore by Amdahl's law, there is a potential speed increase of 2.99x if this component were to be paralleled.
-Additional Info Available @
- [https://github.com/Pooch11/DPS915 GitHub Link]
=== File Compression =-Additional Info Available @ ==
=== Dictionary Translation ===- [https://github.com/Pooch11/DPS915 GitHub Link]
=== Image Processing Dictionary Translation ===
76
edits

Navigation menu