The Affine Loop Distribution Pass is an MLIR transformation pass that splits a single affine loop into multiple independent loops, each containing a subset of the original loop's operations. This ...
Abstract: In this paper, we propose a technique combining loop distribution with loop fusion to improve the timing performance without increasing the code size of the transformed loops. We first ...