Iterative Optimization in the Polyhedral Model: Part I, One-Dimensional Time

  • Authors:
  • Louis-Noel Pouchet;Cedric Bastoul;Albert Cohen;Nicolas Vasilache

  • Affiliations:
  • ALCHEMY Group, INRIA FUTURS and Paris-Sud University;ALCHEMY Group, INRIA FUTURS and Paris-Sud University;ALCHEMY Group, INRIA FUTURS and Paris-Sud University;ALCHEMY Group, INRIA FUTURS and Paris-Sud University

  • Venue:
  • Proceedings of the International Symposium on Code Generation and Optimization
  • Year:
  • 2007

Quantified Score

Hi-index 0.00

Visualization

Abstract

Emerging microprocessors offer unprecedented parallel computing capabilities and deeper memory hierarchies, increasing the importance of loop transformations in optimizing compilers. Because compiler heuristics rely on simplistic performance models, and because they are bound to a limited set of transformations sequences, they only uncover a fraction of the peak performance on typical benchmarks. Iterative optimization is a maturing framework to address these limitations, but so far, it was not successfully applied complex loop transformation sequences because of the combinatorics of the optimization search space. We focus on the class of loop transformation which can be expressed as one-dimensional affine schedules. We define a systematic exploration method to enumerate the space of all legal, distinct transformations in this class. This method is based on an upstream characterization, as opposed to state-of-the-art downstream filtering approaches. Our results demonstrate orders of magnitude improvements in the size of the search space and in the convergence speed of a dedicated iterative optimization heuristic.