An Automatic Host and Device Memory Allocation Method for OpenMPC

Info

Hiroaki UCHIYAMA, Tomoaki TSUMURA, Hiroshi MATSUO : "An Automatic Host and Device Memory Allocation Method for OpenMPC", Proc. 3rd Int'l. Conf. on Networking and Computing (ICNC'12) ,pp208--214 (Dec. 2012) Proceeding

Abstract

The CUDA programming model provides better abstraction for GPU programming. However, it is still hard to write programs with CUDA because both some specific techniques and knowledge about GPU architecture are required. Hence, many programming frameworks for CUDA have been developed. OpenMPC is one of them based on OpenMP. OpenMPC is an easy-to-write framework for programmers familiar with traditional OpenMP, but still requires programmers to use the special directives for utilizing fast device memories. To solve this problem, this paper proposes a method for allocating appropriate device memories automatically. This paper also proposes a method for automatically allocating page locked memory for the data which are transferred between host and device. The evaluation results with several programs show that proposed methods can reduce 52% execution time in maximum.


Go back to index.

foobar