Title of article :
Split-Path Enhanced Pipeline Scheduling
Author/Authors :
Moon، Soo-Mook نويسنده , , Shim، SangMin نويسنده ,
Issue Information :
روزنامه با شماره پیاپی سال 2003
Pages :
-446
From page :
447
To page :
0
Abstract :
Software pipelining increases the loop execution throughput by overlapping the execution of successive iterations in a pipelined fashion. For loops with control flows, however, software pipelining is not straightforward because we need to consider the overlap of more than one execution path. Modulo scheduling simply transforms them into straightline loops through ifconversion which, in effect, achieves a fixed, worst-case initiation interval (II) among all paths. On the other hand, all-path pipelining (APP) and enhanced pipeline scheduling (EPS) can achieve a variable II depending on the path that is taken at execution time. Unfortunately, APP concentrates only on the overlap within the same path, entirely losing the overlap between different paths, whereas EPS attempts to overlap all paths together, failing to produce a tight schedule for each individual path, especially when resource constraints are tight. In this paper, we propose a new approach to EPS called split-path EPS (SP-EPS), which first splits each individual path via tail duplication and then performs EPS in a way to guarantee a tight schedule for each path, while producing a competitive cross-path schedule. We also extend SP-EPS to outer loops such that frequent paths that bypass the inner loop are split and then scheduled by SP-EPS. Our experimental results on nontrivial integer benchmarks show that SP-EPS can achieve as much as a geometric mean of 10 percent speedup over EPS when innermost loops are scheduled by SP-EPS, while it can achieve a geometric mean of 11.9 percent speedup when outer loops are also scheduled by SP-EPS.
Keywords :
Patients
Journal title :
IEEE TRANSACTIONS ON PARALLEL AND DISTRIBUTED SYSTEMS
Serial Year :
2003
Journal title :
IEEE TRANSACTIONS ON PARALLEL AND DISTRIBUTED SYSTEMS
Record number :
92268
Link To Document :
بازگشت