Home Publications edited volumes Awards Research Teaching Miscellaneous Full CV [pdf] BLOG
Events
Past Events
|
Publications of Torsten Hoefler
F. Kjolstad, Torsten Hoefler and Marc Snir:
| | Automatic Datatype Generation and Optimization
(In Proceedings of the 17th ACM symposium on Principles and practice of parallel programming, Feb. 2012, (poster paper) )
AbstractMany high performance applications spend considerable time
packing noncontiguous data into contiguous communication buffers.
MPI Datatypes provide an alternative by describing noncontiguous
data layouts. This allows sophisticated hardware to retrieve data
directly from application data structures. However, packing codes
in real-world applications are often complex and specifying equivalent datatypes is difficult, time-consuming, and error prone. We
present an algorithm that automates the transformation. We have
implemented the algorithm in a tool that transforms packing code
to MPI Datatypes, and evaluated it by transforming 90 packing
codes from the NAS Parallel Benchmarks. The transformation allows easy porting of applications to new machines that benefit from datatypes, thus improving programmer productivity.
Documentsdownload article: download attachment: | | BibTeX | @inproceedings{kjolstad-datatypes-poster, author={F. Kjolstad and Torsten Hoefler and Marc Snir}, title={{Automatic Datatype Generation and Optimization}}, year={2012}, month={Feb.}, booktitle={Proceedings of the 17th ACM symposium on Principles and practice of parallel programming}, note={(poster paper)}, source={http://www.unixer.de/~htor/publications/}, } |
|
|