Discamus continentiam augere, luxuriam coercere
Home -> Publications
Home
  Publications
    
edited volumes
  Awards
  Research
  Teaching
  Miscellaneous
  Full CV [pdf]
  BLOG






  Events








  Past Events





Publications of Torsten Hoefler
Tobias Gysi, Tobias Grosser, Torsten Hoefler:

 Absinthe: Learning an Analytical Performance Model to Fuse and Tile Stencil Codes in One Shot

(In Proceedings of the 28th International Conference on Parallel Architectures and Compilation Techniques (PACT), presented in Seattle, WA, USA, IEEE, Sep. 2019)

Abstract

Expensive data movement makes the optimal targetspecific selection of data-locality transformations essential. Loop fusion and tiling are the most important data-locality transformations. Their optimal selection is hard since good tile size choices inherently depend on the fusion choices and vice versa. Existing approaches avoid this difficulty by optimizing independent analytical models or by reverting to heuristics. Absinthe formulates the first unified linear optimization problem to derive single shot fusion and tile size decisions for stencil codes. At the core of our optimization problem, we place a learned analytic performance model that captures the characteristics of the target system. The tuned application kernels demonstrate excellent performance within 10% of exhaustively auto-tuned versions and up to 74% faster than the results of independent optimization with max fusion heuristic and Absinthe tile size selection. While the full search space is non-linear, bounding it to relevant solutions enables the efficient exploration of the exponential search space using linear solvers. As a result, the tuning of our application kernels takes less than one minute. Our approach thus establishes the foundations for next-generation compilers, which exploit empirical information to guide targetspecific code transformations.

Documents

download article:
download slides:


Recorded talk (best effort)

 

BibTeX

@inproceedings{,
  author={Tobias Gysi and Tobias Grosser and Torsten Hoefler},
  title={{Absinthe: Learning an Analytical Performance Model to Fuse and Tile Stencil Codes in One Shot}},
  year={2019},
  month={Sep.},
  booktitle={Proceedings of the 28th International Conference on Parallel Architectures and Compilation Techniques (PACT)},
  location={Seattle, WA, USA},
  publisher={IEEE},
  source={http://www.unixer.de/~htor/publications/},
}


serving: 54.224.52.210:53826© Torsten Hoefler