4780

hiCUDA: High-Level GPGPU Programming

Tianyi David Han, Tarek S. Abdelrahman
Dept. of Electr. & Comput. Eng., Univ. of Toronto, Toronto, ON, Canada
IEEE Transactions on Parallel and Distributed Systems, 2010

@article{han2010hicuda,

   title={hicuda: High-level gpgpu programming},

   author={Han, T.D. and Abdelrahman, T.S.},

   journal={IEEE Transactions on Parallel and Distributed Systems},

   pages={78–90},

   year={2010},

   publisher={Published by the IEEE Computer Society}

}

Download Download (PDF)   View View   Source Source   Source codes Source codes

Package:

1964

views

Graphics Processing Units (GPUs) have become a competitive accelerator for applications outside the graphics domain, mainly driven by the improvements in GPU programmability. Although the Compute Unified Device Architecture (CUDA) is a simple C-like interface for programming NVIDIA GPUs, porting applications to CUDA remains a challenge to average programmers. In particular, CUDA places on the programmer the burden of packaging GPU code in separate functions, of explicitly managing data transfer between the host and GPU memories, and of manually optimizing the utilization of the GPU memory. Practical experience shows that the programmer needs to make significant code changes, often tedious and error-prone, before getting an optimized program. We have designed hiCUDA}, a high-level directive-based language for CUDA programming. It allows programmers to perform these tedious tasks in a simpler manner and directly to the sequential code, thus speeding up the porting process. In this paper, we describe the hiCUDA} directives as well as the design and implementation of a prototype compiler that translates a hiCUDA} program to a CUDA program. Our compiler is able to support real-world applications that span multiple procedures and use dynamically allocated arrays. Experiments using nine CUDA benchmarks show that the simplicity hiCUDA} provides comes at no expense to performance.
No votes yet.
Please wait...

* * *

* * *

HGPU group © 2010-2024 hgpu.org

All rights belong to the respective authors

Contact us: