Cargando…

Automatic Parallelization: An Overview of Fundamental Compiler Techniques

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 rea...

Descripción completa

Detalles Bibliográficos
Autor principal: Midkiff, Samuel P
Lenguaje:eng
Publicado: Morgan & Claypool Publishers 2012
Materias:
Acceso en línea:http://cds.cern.ch/record/1486613
Descripción
Sumario: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