Amdahl's law is a formula used to predict the theoretical speedup of a system when resources are improved. It states that the overall performance improvement is limited by the fraction of time that the improved part is used. It is often used in parallel computing to calculate the theoretical speedup when using multiple processors.
UC Berkeley
Fall 2022
This course deepens students' understanding of computer architecture and the translation of high-level programs into machine language. Emphasis is on C and assembly language programming, computer organization, parallelism, CPU design, and warehouse-scale computing. Prerequisites include CS61A and CS61B or equivalent C-based programming experience.
No concepts data
+ 51 more concepts