Full Parallelism in Uniform Nested Loops Using Multi-Dimensional Retiming

Nelson L. Passos,Edwin Hsing-Mean Sha
DOI: https://doi.org/10.1109/icpp.1994.114
1994-01-01
Abstract:Most scientific and DSP applications are recursive or iterative. Uniform nested loops can be modeled as multi-dimensional data flow graphs (DFGs). To achieve full parallelism of the loop body, i.e., all the computational nodes executed in parallel, substantially decreases the overall computation time. It is well known that for one-dimensional DFGs retiming can not always achieve full parallelism. This paper shows an important and counter-intuitive result, which proves that we can always obtain full-parallelism for DFGs with more than one dimension. It also presents two novel multi-dimensional retiming techniques to obtain full parallelism.
What problem does this paper attempt to address?