Non quia difficilia sunt non audemus, sed quia non audemus difficilia sunt
Home -> Publications
Home
  Publications
    
edited volumes
  Awards
  Research
  Teaching
  Miscellaneous
  Full CV [pdf]
  BLOG






  Events








  Past Events





Publications of Torsten Hoefler
Torsten Hoefler:

 Progress in automatic GPU compilation and why you want to run MPI on your GPU.

(Presentation - presented in Orlando, FL, Jun. 2017, Invited talk at IPDRM Workshop (IPDPS'17) )

Abstract

Auto-parallelization of programs that have not been developed with parallelism in mind is one of the holy grails in computer science. It requires understanding the source code's data flow to automatically distribute the data, parallelize the computations, and infer synchronizations where necessary. We will discuss our new LLVM-based research compiler Polly-ACC that enables automatic compilation to accelerator devices such as GPUs. Unfortunately, its applicability is limited to codes for which the iteration space and all accesses can be described as affine functions. In the second part of the talk, we will discuss dCUDA, a way to express parallel codes in MPI-RMA, a well-known communication library, to map them automatically to GPU clusters. The dCUDA approach enables simple and portable programming across heterogeneous devices due to programmer-specified locality. Furthermore, dCUDA enables hardware-supported overlap of computation and communication and is applicable to next-generation technologies such as NVLINK. We will demonstrate encouraging initial results and show limitations of current devices in order to start a discussion.

Documents


download slides:


Recorded talk (best effort)

 

BibTeX

@misc{hoefler-ipdrm-invited,
  author={Torsten Hoefler},
  title={{Progress in automatic GPU compilation and why you want to run MPI on your GPU.}},
  year={2017},
  month={Jun.},
  location={Orlando, FL},
  note={Invited talk at IPDRM Workshop (IPDPS'17)},
  source={http://www.unixer.de/~htor/publications/},
}


serving: 3.239.59.193:47156© Torsten Hoefler