Scanning Polyhedra with DO Loops (1991)
| Citations: | 182 - 4 self |
BibTeX
@INPROCEEDINGS{Ancourt91scanningpolyhedra,
author = {Corinne Ancourt and François Irigoin},
title = {Scanning Polyhedra with DO Loops},
booktitle = {},
year = {1991},
pages = {39--50}
}
Years of Citing Articles
OpenURL
Abstract
Supercompilers perform complex program transformations which often result in new loop bounds. This paper shows that, under the usual assumptions in automatic parallelization, most transformations on loop nests can be expressed as affine transformations on integer sets de ned by polyhedra and that the new loop bounds can be computed with algorithms using Fourier's pairwise elimination method although it is not exact for integer sets. Sufficient conditions to use pairwise elimination on integer sets and to extend it to pseudo-linear constraints are also given. A tradeo has to be made between dynamic overhead due to some bound slackness and compilation complexity but the resulting code is always correct. These algorithms can be used to interchange or block loops regardless of the loop bounds or the blocking strategy and to safely exchange array parts between two levels of a memory hierarchy or between neighboring processors in a distributed memory machine.







