Logo
Pattern

Discover published sets by community

Explore tens of thousands of sets crafted by our community.

Amdahl's Law and Gustafson's Law

6

Flashcards

0/6

Still learning
StarStarStarStar

Gustafson's Law

StarStarStarStar

Formula: S=P+(1P)NS = P + (1-P)N Implications: Gustafson's Law addresses the shortcomings of Amdahl's Law by taking into account that the problem size can scale with the number of processors, potentially leading to linear speedup.

StarStarStarStar

Parallel Overhead

StarStarStarStar

Formula: Overhead=Tserial(Tparallel×N)\text{Overhead} = T_{\text{serial}} - (T_{\text{parallel}} \times N) Implications: Provides a measure of the additional time incurred due to parallelization, which isn't accounted for in the idealized versions of Amdahl's and Gustafson's laws.

StarStarStarStar

Gustafson's Law Revisited

StarStarStarStar

Formula:

S=P+(1P)×NE S = P + (1-P) \times N - E
Implications: An extension of Gustafson's Law accounting for overhead, reflecting more accurately the real-world parallel computing situations.

StarStarStarStar

Amdahl's Balanced Law

StarStarStarStar

Formula: S=1(1P)+PN+ES = \frac{1}{(1-P)+\frac{P}{N}+E} Implications: Introduces the effect of communication overhead (E) in Amdahl's Law, making it more realistic for systems where the overhead cannot be ignored.

StarStarStarStar

Amdahl's Law

StarStarStarStar

Formula: S=1(1P)+PNS = \frac{1}{(1-P)+\frac{P}{N}} Implications: Amdahl's Law is used to find the maximum improvement to an overall system when only part of the system is improved. It shows the diminishing returns of adding more processing units.

StarStarStarStar

Amdahl's Law Limit

StarStarStarStar

Formula: Smax=11PS_{max} = \frac{1}{1-P} Implications: Amdahl's Law implies there's a theoretical maximum speedup that can be achieved regardless of the number of processors, due primarily to the serial portion of a task.

Know
0
Still learning
Click to flip
Know
0
Logo

© Hypatia.Tech. 2024 All rights reserved.