A performance study of general-purpose applications on graphics processors using CUDA

作者:Che Shuai*; Boyer Michael; Meng Jiayuan; Tarjan David; Sheaffer Jeremy W; Skadron Kevin
来源:Journal of Parallel and Distributed Computing, 2008, 68(10): 1370-1380.
DOI:10.1016/j.jpdc.2008.05.014

摘要

Graphics processors (GPUs) provide a vast number of simple, data-parallel, deeply multithreaded cores and high memory bandwidths. GPU architectures are becoming increasingly programmable, offering the potential for dramatic speedups for a variety of general-purpose applications compared to contemporary general-purpose processors (CPUs). This paper uses NVIDIA's C-like CUDA language and an engineering sample of their recently introduced GTX 260 GPU to explore the effectiveness of GPUs for a variety of application types, and describes some specific coding idioms that improve their performance on the GPU. GPU performance is compared to both single-core and multicore CPU performance, with multicore CPU implementations written using OpenMP. The paper also discusses advantages and inefficiencies of the CUDA programming model and some desirable features that might allow for greater ease of use and also more readily support a larger body of applications.

  • 出版日期2008-10