cc_staff
782
edits
(Marked this version for translation) |
(Link to Amdahl's_law) |
||
Line 22: | Line 22: | ||
<!--T:9--> | <!--T:9--> | ||
What is so important about hotspots in the code? | What is so important about hotspots in the code? | ||
Amdahl's law says that "Parallelizing the most time-consuming routines (i.e. the hotspots) will have the most impact". | The [https://en.wikipedia.org/wiki/Amdahl%27s_law Amdahl's law] says that | ||
"Parallelizing the most time-consuming routines (i.e. the hotspots) will have the most impact". | |||
== Build the Sample Code == <!--T:10--> | == Build the Sample Code == <!--T:10--> |