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
Torsten Hoefler, Timo Schneider:

 Runtime Detection and Optimization of Collective Communication Patterns

(In Proceedings of the 21st international conference on Parallel Architectures and Compilation Techniques (PACT), presented in Minneapolis, MN, USA, pages 263--272, ACM, ISBN: 978-1-4503-1182-3, Sep. 2012)

Abstract

Parallelism is steadily growing and remote-data access will soon dominate the execution time of large-scale applications. Many large-scale communication patterns expose significant structure that can be used to schedule communications accordingly. In this work, we identify concurrent communication patterns and transform them to semantically equivalent but faster communications. We show a directed acyclic graph formulation for communication schedules and concisely define their synchronization and data movement semantics. Our dataflow propagation algorithm computes an internal representation (IR) that is amenable to pattern detection. We demonstrate a detection algorithm for our IR that is guaranteed to detect communication kernels on subsets of the graph and replace the subgraph with hardware accelerated or hand-tuned kernels. Those techniques are implemented in a complete and reliable open-source detection and transformation framework to optimize communication patterns in parallel codes. Experiments show that our techniques can improve the performance of representative example codes by several orders of magnitude on two different systems. However, we also show that some collective detection problems on process subsets are NP-hard. The developed analysis techniques are a first important step towards automatic large-scale communication transformations. Our developed techniques open several avenues for additional transformation heuristics and analyses. We expect that such communication analyses and transformations will become as natural as pattern detection, just-in-time compiler optimizations, and autotuning are today for serial codes.

Documents

download article:
 

BibTeX

@inproceedings{hoefler-schneider-colldetect,
  author={Torsten Hoefler and Timo Schneider},
  title={{Runtime Detection and Optimization of Collective Communication Patterns}},
  year={2012},
  month={Sep.},
  pages={263--272},
  booktitle={Proceedings of the 21st international conference on Parallel Architectures and Compilation Techniques (PACT)},
  location={Minneapolis, MN, USA},
  publisher={ACM},
  isbn={978-1-4503-1182-3},
  source={http://www.unixer.de/~htor/publications/},
}


serving: 3.239.214.173:39924© Torsten Hoefler