Changes

Jump to: navigation, search

GPU610 Team Tsubame

651 bytes added, 23:03, 9 February 2017
Assignment 1
* '''System Specifications'''
OS: Windows 7 (64-bit)
CPU: Intel Core i3-2350M @ 2.30GHz
GPU: GeForce GT 520MX (48 CUDA cores)
* '''How To Execute On Linux?'''
* '''Stage 2 - Potential Speedup
Using Amdahl's Law:
P = 1708ms /1725ms (using the third test data from below...)
P = 0.99014
n = 48 (processors reported by deviceQuery.exe)
Sn = 1 / ( 1 - P + P/n )
S48 = 1 / ( 1 - 0.99014 + 0.99014 / 48 )
S48 = 32.79988
The maximum speedup on the test system is approximately 33 times.
4 digits are correct at 10K iterations:
* '''Stage 2 - Potential Speedup:'''
Using Amdahl's Law:
P = 1708ms /1725ms (using the third test data from below...)
P = 0.99014
n = 48 (processors reported by deviceQuery.exe)
Sn = 1 / ( 1 - P + P/n )
S48 = 1 / ( 1 - 0.99014 + 0.99014 / 48 )
S48 = 32.79988
The maximum speedup on the test system is approximately 33 times.
At around 10K iterations, the first decimal is stable.
240
edits

Navigation menu