Copyright Notice:

The documents distributed by this server have been provided by the contributing authors as a means to ensure timely dissemination of scholarly and technical work on a noncommercial basis. Copyright and all rights therein are maintained by the authors or by other copyright holders, notwithstanding that they have offered their works here electronically. It is understood that all persons copying this information will adhere to the terms and constraints invoked by each author's copyright. These works may not be reposted without the explicit permission of the copyright holder.

Publications of SPCL

T. Hoefler, T. Schneider:

 Runtime Detection and Optimization of Collective Communication Patterns

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

Publisher Reference

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:
download slides:
 

BibTeX

@inproceedings{hoefler-schneider-colldetect,
  author={Torsten Hoefler and Timo Schneider},
  title={{Runtime Detection and Optimization of Collective Communication Patterns}},
  year={2012},
  month={09},
  pages={263--272},
  volume={},
  number={},
  booktitle={Proceedings of the 21st international conference on Parallel Architectures and Compilation Techniques (PACT)},
  location={Minneapolis, MN, USA},
  publisher={ACM},
  issn={},
  isbn={978-1-4503-1182-3},
  note={},
}