113
edits
Changes
A-Team
,→Assignment 1
return output;
}
======Amdahl's law ======
When Amdahl's law is applied the theoretical speed up is 48.54x, however due to the exception the actual prediction is no more then 10x faster.
Theoretical:
s = 1/(1 - 97.94)
= 48.54
Prediction:
P = 102s
=====Hypothesis=====
Our Hypothesis for this solution is a acceleration of roughly 10x; when dot() is parallelized.
=====Ray Tracing=====