Recent questions tagged amdahls-law

153
views
1 answers
0 votes
Amdahl's law states that the maximum speedup $\text{S}$ achievable by a parallel computer with ' $\mathrm{p}$ ... }]$\mathrm{S} \leq 1 /[1-\mathrm{f}+\mathrm{f} / \mathrm{p}]$
1.1k
views
1 answers
0 votes
The program runs in 100s. Multiplies 80 % of the program. Designer M can improve the speedup of multiply operations. Now, I am a user and I need to ... of multiply instructions should M achieve to allow me to reach my overall speedup goal?
3.9k
views
2 answers
0 votes
In the case of parallelization, Amdahl's law states that if $P$ is the proportion of a program that can be made parallel and $(1-P)$ is the proportion that cannot be parallelized, then ... P)+\frac{P}{N}} \\$\dfrac{1}{P+\frac{(1-P)}{N}}$
To see more, click for the full list of questions or popular tags.