Title :
Loop coalescing and scheduling for barrier MIMD architectures
Author :
O´Keefe, Matthew T. ; Dietz, Henry G.
Author_Institution :
Dept. of Electr. Eng., Minnesota Univ., Minneapolis, MN, USA
fDate :
9/1/1993 12:00:00 AM
Abstract :
Barrier MIMD´s are asynchronous multiple instruction stream, multiple data stream architectures capable of parallel execution of variable execution time instructions and arbitrary control flow (e.g., while loops and calls); however, they differ from conventional MIMD´s in that the need for run-time synchronization is significantly reduced. The authors consider the problem of scheduling nested loop structures on a barrier MIMD. The basic approach employs loop coalescing, a technique for transforming a multiply-nested loop into a single loop. Loop coalescing is extended to nested triangular loops, in which inner loop bounds are functions of outer loop indices. In addition, a more efficient scheme to generate the original loop indices from the coalesced index is proposed for the case of constant loop bounds. These results are general, and can be applied to extend previous work using loop coalescing techniques. The authors concentrate on using loop coalescing for scheduling barrier MIMDs, and show how previous work in loop transformations and linear scheduling theory can be applied to this problem
Keywords :
parallel architectures; parallel programming; program compilers; scheduling; asynchronous; barrier MIMD; barrier synchronization; compiler optimization; compiler parallelization; linear scheduling; loop coalescing; loop transformations; multiple data stream; multiple instruction stream; nested loop structures; scheduling; static barrier MIMD; Clocks; Dynamic scheduling; Hardware; Optimizing compilers; Parallel machines; Processor scheduling; Resumes; Runtime; Scheduling algorithm; Synchronization;
Journal_Title :
Parallel and Distributed Systems, IEEE Transactions on