Limit this search to....

Scheduling and Automatic Parallelization Softcover Repri Edition
Contributor(s): Darte, Alain (Author), Robert, Yves (Author), Vivien, Frederic (Author)
ISBN: 1461271134     ISBN-13: 9781461271130
Publisher: Birkhauser
OUR PRICE:   $103.55  
Product Type: Paperback - Other Formats
Published: December 2012
Qty:
Additional Information
BISAC Categories:
- Computers | Programming - Parallel
- Computers | Systems Architecture - Distributed Systems & Computing
- Computers | Software Development & Engineering - General
Dewey: 004.35
Physical Information: 0.6" H x 7" W x 10" (1.09 lbs) 264 pages
 
Descriptions, Reviews, Etc.
Publisher Description:
Readership This book is devoted to the study of compiler transformations that are needed to expose the parallelism hiddenin a program. This book is notan introductory book to parallel processing, nor is it an introductory book to parallelizing compilers. Weassume thatreaders are familiar withthebooks High Performance Compilers for Parallel Computingby Wolfe 121] and Super- compilers for Parallel and Vector Computers by Zima and Chapman 125], and that they want to know more about scheduling transformations. In this book we describe both task graph scheduling and loop nest scheduling. Taskgraphschedulingaims atexecuting tasks linked by prece- dence constraints; it is a run-time activity. Loop nest scheduling aims at ex- ecutingstatementinstances linked bydata dependences;it is a compile-time activity. We are mostly interested in loop nestscheduling, butwe also deal with task graph scheduling for two main reasons: (i) Beautiful algorithms and heuristics have been reported in the literature recently; and (ii) Several graphscheduling, like list scheduling, are the basis techniques used in task ofthe loop transformations implemented in loop nest scheduling. As for loop nest scheduling our goal is to capture in a single place the fantastic developments of the last decade or so. Dozens of loop trans- formations have been introduced (loop interchange, skewing, fusion, dis- tribution, etc.) before a unifying theory emerged. The theory builds upon the pioneering papers of Karp, Miller, and Winograd 65] and of Lam- port 75], and it relies on sophisticated mathematical tools (unimodular transformations, parametric integer linear programming, Hermite decom- position, Smithdecomposition, etc.).