Loading [a11y]/accessibility-menu.js
Applying array contraction to a sequence of DOALL loops | IEEE Conference Publication | IEEE Xplore

Applying array contraction to a sequence of DOALL loops


Abstract:

Efficient program execution on multiprocessor computers requires both sufficient parallelism and good data locality. Recent research found that, using a combination of lo...Show More

Abstract:

Efficient program execution on multiprocessor computers requires both sufficient parallelism and good data locality. Recent research found that, using a combination of loop shifting, loop fusion, and array contraction, one can reduce the memory required to execute a sequence of serial loops, thereby to improve the cache locality. This paper studies how to extend such a memory-reduction scheme to a sequence of DOALL loops, which are executed in parallel on multiprocessors. Two methods are proposed to overcome difficulties caused by loop-carried dependences. Data copy-in is performed to remove anti-dependences between different parallel threads, and computation duplication is performed to remove flow dependences. Experiments performed on a number of benchmark programs show that the proposed technique improves both cache locality and parallel execution speed for the DOALL loops. The scheme achieves an average speedup of 1.41 for 17 programs on a 4-processor SUN machine.
Date of Conference: 15-18 August 2004
Date Added to IEEE Xplore: 30 August 2004
Print ISBN:0-7695-2197-5
Print ISSN: 0190-3918
Conference Location: Montreal, QC, Canada

References

References is not available for this document.