Computer Science, asked by Rubi2280, 1 year ago

What Is The Maximum Time Speedup Possible According To Amdahl's Law?

Answers

Answered by rakhithakur
0
Evolution according to Amdahl's law of the theoretical speedup is latency of the execution of a program in function of the number of processors executing it. The speedup is limited by the serial part of the program. For example, if 95% of the program can be parallelized, the theoretical maximum speedup using parallel computing would be 20 times.
Similar questions