A programming model for GPU-based parallel computing with scalability and abstraction

  • Authors:
  • Balázs Domonkos;Gábor Jakab

  • Affiliations:
  • Budapest University of Technology and Economics, Hungary;Mediso Medical Imaging Systems, Hungary

  • Venue:
  • Proceedings of the 25th Spring Conference on Computer Graphics
  • Year:
  • 2009

Quantified Score

Hi-index 0.00

Visualization

Abstract

In this paper, we present a multi-level programming model for recent GPU-based high performance computing systems. Involving cooperative stream threads and symmetric multiprocessing threads our model gives a computational framework that scales through multi-GPU environments to GPU-cluster systems. Instead of hiding the execution environment from the programmer using compiler extensions or metaprogramming techniques we aim a solution that both enables optimizations and provides abstract problem space mapping with code reusability and virtualization of hardware resources in order to decrease the programming effort. We evaluate an implementation of our model based on CUDA, OpenMP, and MPI2 technologies on a complex practical application scenario and discuss its performance scaling behavior.