0
2.4kviews
Explain with eg Amdahls law for measuring speed up performance of parallel systems

Mumbai University > Computer Engineering > Sem 8 > parallel and distributed systems

Marks: 5M

1 Answer
0
10views

enter image description here

states that potential program speedup is defined by the fraction of code (P) that can be parallelized

speedup=1/(1-P)

If none of the code can be parallelized, P = 0 and the speedup = 1 (no speedup).

If all of the code is parallelized, P = 1 and the speedup is …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.