English

Maximal Atomic irRedundant Sets: a Usage-based Dataflow Partitioning Algorithm

Programming Languages 2022-11-30 v1 Distributed, Parallel, and Cluster Computing

Abstract

Programs admitting a polyhedral representation can be transformed in many ways for locality and parallelism, notably loop tiling. Data flow analysis can then compute dependence relations between iterations and between tiles. When tiling is applied, certain iteration-wise dependences cross tile boundaries, creating the need for inter-tile data communication. Previous work computes it as the flow-in and flow-out sets of iteration tiles. In this paper, we propose a partitioning of the flow-out of a tile into the maximal sets of iterations that are entirely consumed and incur no redundant storage or transfer. The computation is described as an algorithm and performed on a selection of polyhedral programs. We then suggest possible applications of this decomposition in compression and memory allocation.

Keywords

Cite

@article{arxiv.2211.15933,
  title  = {Maximal Atomic irRedundant Sets: a Usage-based Dataflow Partitioning Algorithm},
  author = {Corentin Ferry and Steven Derrien and Sanjay Rajopadhye},
  journal= {arXiv preprint arXiv:2211.15933},
  year   = {2022}
}

Comments

8 pages, 5 figures, 1 table

R2 v1 2026-06-28T07:16:15.748Z