Tiling Imperfectly-nested Loop Nests (REVISED)

  • Authors:
  • Nawaaz Ahmed;Nikolay Mateev;Keshav Pingali

  • Affiliations:
  • -;-;-

  • Venue:
  • Tiling Imperfectly-nested Loop Nests (REVISED)
  • Year:
  • 2000

Quantified Score

Hi-index 0.00

Visualization

Abstract

Tiling is one of the more important transformations for enhancing locality of reference in programs. Tiling of perfectly-nested loop nests (which are loop nests in which all assignment statements are contained in the innermost loop) is well understood. In practice, most loop nests are imperfectly-nested, so existing compilers heuristically try to find a sequence of transformations that convert such loop nests into perfectly-nested ones but not always succeed. In this paper, we propose a novel approach to tiling imperfectly-nested loop nests. The key idea is to embed the iteration space of every statement in the imperfectly-nested loop nest into a special space called the product space. The set of possible embeddings is constrained so that the resulting product space can be legally tiled. From this set we choose embeddings that enhance data reuse. We evaluate the effectiveness of this approach for dense numerical linear algebra benchmarks, relaxation codes, and the tomcatv code from the SPEC benchmarks. No other single approach in the literature can tile all these codes automatically.