Automatic Parallelization: An Overview of Fundamental Compiler Techniques (Synthesis Lectures on Computer Architecture)

by Samuel Midkiff

0 ratings • 0 reviews • 0 shelved
Book cover for Automatic Parallelization

Bookhype may earn a small commission from qualifying purchases. Full disclosure.

Compiling for parallelism is a longstanding topic of compiler research. This book describes the fundamental principles of compiling ""regular"" numerical programs for parallelism. We begin with an explanation of analyses that allow a compiler to understand the interaction of data reads and writes in different statements and loop iterations during program execution. These analyses include dependence analysis, use-def analysis and pointer analysis. Next, we describe how the results of these analyses are used to enable transformations that make loops more amenable to parallelization, and discuss transformations that expose parallelism to target shared memory multicore and vector processors. We then discuss some problems that arise when parallelizing programs for execution on distributed memory machines. Finally, we conclude with an overview of solving Diophantine equations and suggestions for further readings in the topics of this book to enable the interested reader to delve deeper into the field.
  • ISBN10 1608458423
  • ISBN13 9781608458424
  • Publish Date 1 January 2012
  • Publish Status Temporarily Withdrawn
  • Imprint Morgan & Claypool
  • Format eBook
  • Pages 169
  • Language English