12Introduction to OpenMP
Chapter 1 showed that continually increasing the clock frequency of a processor in order to increase the performance is not an option anymore, and the way forward is to increase the number of cores. However, this introduces other problems; for instance, was the application written for parallel processing? Can this application be parallelised, and has its performance increased as a consequence of this parallelism? How much effort has to be put for parallelising it? And so on.
To solve this, software parallelisation is not an easy task for a compiler alone to accomplish. Software parallelisation ...
Get Multicore DSP now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.