Open main menu

CDOT Wiki β

Changes

Team False Sharing

3 bytes removed, 00:05, 22 December 2017
Identifying False Sharing
}
</source>
[[File:FalseSpeedupSpeedupFs.png|center|850px]]
According to Amdahl's Law the potential speedup of any application is given by Sn = 1 / ( 1 - P + P/n ). Assuming 95% of our application is parallelizable, Amdahl's law tell's use there is a maximum potential speedup of 3.478 times. This is not the case according to our results. We reach a speedup of 2.275 times the original speed. As you can tell from the graph our code is not scalable and these are results are very underwhelming.
96
edits