accULL: an OpenACC implementation with CUDA and OpenCL support

  • Authors:
  • Ruym$#225;n Reyes;Iv$#225;n López-Rodríguez;Juan J. Fumero;Francisco de Sande

  • Affiliations:
  • Dept. de E.I.O. y Computación, Universidad de La Laguna, La Laguna, Spain;Dept. de E.I.O. y Computación, Universidad de La Laguna, La Laguna, Spain;Dept. de E.I.O. y Computación, Universidad de La Laguna, La Laguna, Spain;Dept. de E.I.O. y Computación, Universidad de La Laguna, La Laguna, Spain

  • Venue:
  • Euro-Par'12 Proceedings of the 18th international conference on Parallel Processing
  • Year:
  • 2012

Quantified Score

Hi-index 0.00

Visualization

Abstract

The irruption in the HPC scene of hardware accelerators, like GPUs, has made available unprecedented performance to developers. However, even expert developers may not be ready to exploit the new complex processor hierarchies. We need to find a way to leverage the programming effort in these devices at programming language level, otherwise, developers will spend most of their time focusing on device-specific code instead of implementing algorithmic enhancements. The recent advent of the OpenACC standard for heterogeneous computing represents an effort in this direction. This initiative, combined with future releases of the OpenMP standard, will converge into a fully heterogeneous framework that will cope the programming requirements of future computer architectures. In this work we present accULL , a novel implementation of the OpenACC standard, based on the combination of a source to source compiler and a runtime library. To our knowledge, our approach is the first providing support for both OpenCL and CUDA platforms under this new standard.