Language virtualization for heterogeneous parallel computing

  • Authors:
  • Hassan Chafi;Zach DeVito;Adriaan Moors;Tiark Rompf;Arvind K. Sujeeth;Pat Hanrahan;Martin Odersky;Kunle Olukotun

  • Affiliations:
  • Stanford University, Stanford, CA, USA;Stanford University, Stanford, CA, USA;EPFL, Lausanne, Switzerland;EPFL, Lausanne, Switzerland;Stanford University, Stanford, CA, USA;Stanford University, Stanford, CA, USA;EPFL, Lausanne, Switzerland;Stanford University, Stanford, CA, USA

  • Venue:
  • Proceedings of the ACM international conference on Object oriented programming systems languages and applications
  • Year:
  • 2010

Quantified Score

Hi-index 0.00

Visualization

Abstract

As heterogeneous parallel systems become dominant, application developers are being forced to turn to an incompatiblemix of low level programming models (e.g. OpenMP, MPI, CUDA, OpenCL). However, these models do little to shield developers from the difficult problems of parallelization, data decomposition and machine-specific details. Most programmersare having a difficult time using these programming models effectively. To provide a programming modelthat addresses the productivity and performance requirements for the average programmer, we explore a domainspecificapproach to heterogeneous parallel programming. We propose language virtualization as a new principle that enables the construction of highly efficient parallel domain specific languages that are embedded in a common host language. We define criteria for language virtualization and present techniques to achieve them.We present two concrete case studies of domain-specific languages that are implemented using our virtualization approach.