Automatic Parallelization
Samuel Midkiff
Broschiertes Buch

Automatic Parallelization

An Overview of Fundamental Compiler Techniques

Versandkostenfrei!
Versandfertig in 6-10 Tagen
37,44 €
inkl. MwSt.
Weitere Ausgaben:
PAYBACK Punkte
0 °P sammeln!
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 tr...