期刊文献+
共找到1篇文章
< 1 >
每页显示 20 50 100
Providing Source Code Level Portability Between CPU and GPU with MapCG
1
作者 Chun-Tao Hong de-hao chen +3 位作者 Yu-Bei chen Wen-Guang chen Wei-Min Zheng Hai-Bo Lin 《Journal of Computer Science & Technology》 SCIE EI CSCD 2012年第1期42-56,共15页
Graphics processing units (GPU) have taken an important role in the general purpose computing market in recent years. At present, the common approach to programming GPU units is to write CPU specific code with low l... Graphics processing units (GPU) have taken an important role in the general purpose computing market in recent years. At present, the common approach to programming GPU units is to write CPU specific code with low level GPU APIs such as CUDA. Although this approach can achieve good performance, it creates serious portability issues as programmers are required to write a specific version of the code for each potential target architecture. This results in high development and maintenance costs. We believe it is desirable to have a programming model which provides source code portability between CPUs and GPUs, as well as different GPUs. This would allow programmers to write one version of the code, which can be compiled and executed on either CPUs or GPUs efficiently without modification. In this paper, we propose MapCG, a MapReduce framework to provide source code level portability between CPUs and GPUs. In contrast to other approaches such as OpenCL, our framework, based on MapReduce, provides a high level programming model and makes programming much easier. We describe the design of MapCG, including the MapReduce-style high-level programming framework and the runtime system on the CPU and GPU. A prototype of the MapCG runtime, supporting multi-core CPUs and NVIDIA GPUs, was implemented. Our experimental results show that this implementation can execute the same source code efficiently on multi-core CPU platforms and GPUs, achieving an average speedup of 1.6-2.5x over previous implementations of MapReduce on eight commonly used applications. 展开更多
关键词 PORTABILITY PARALLEL GPU programming
原文传递
上一页 1 下一页 到第
使用帮助 返回顶部