An OpenMP Compiler for Hybrid CPU/GPU Computing Architecture

  • Authors:
  • Hung-Fu Li;Tyng-Yeu Liang;Jhen-Lin Jiang

  • Affiliations:
  • -;-;-

  • Venue:
  • INCOS '11 Proceedings of the 2011 Third International Conference on Intelligent Networking and Collaborative Systems
  • Year:
  • 2011

Quantified Score

Hi-index 0.00

Visualization

Abstract

Hybrid CPU/GPU computing architecture has received great attention from the researchers of high performance computing. This new architecture provides higher computation performance than that uses only CPUs for data computation. However, the programming on this computing architecture is not easy for programmers since they have to learn the programming APIs of GPU and handle data communication between CPU and GPU by themselves. To resolve this problem, we propose an OpenMP compiler for hybrid CPU/GPU computing architecture. With the support of the proposed compiler, users can make use of the same OpenMP directives for developing applications on hybrid CPU/GPU computing architecture, and select CPU or GPU to execute different parallel regions in their applications according to the property of each parallel region. We have evaluated the efficiency of the proposed compiler in this paper. Our experimental results show that the execution performance of the test programs created by the proposed compiler is close to that of the programs handwritten by the CUDA API.