7520

GPU Acceleration for the C++ Standard Template Library

Christian DeLozier
University of Pennsylvania
University of Pennsylvania, 2012

@article{delozier2012gpu,

   title={GPU Acceleration for the C++ Standard Template Library},

   author={DeLozier, C.},

   year={2012}

}

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

Package:

3312

views

Modern programmers must exploit parallelism for performance gains, possibly through the use of an attached or on-chip GPU. To take advantage of the GPU in C++ programs, the programmer must use either a new language (CUDA or OpenCL) or an external library (Thrust). Rather than requiring that programmers learn new tools, modify existing code, and change software development practices, the C++ Standard Template Library (STL) can be modified to automatically accelerate common algorithms using the GPU. This paper presents a GPU accelerated version of the C++ STL, libcxxgpu. Using the thrust library, function calls to the algorithms provided by the C++ STL are executed on the GPU, depending on a set of heuristics that determine when to use the CPU and when to use the GPU. In this paper, we detail the implementation of the accelerated library, highlight challenges encountered, and analyze the performance factors that determine which device should be used.
Rating: 2.5/5. From 1 vote.
Please wait...

* * *

* * *

HGPU group © 2010-2024 hgpu.org

All rights belong to the respective authors

Contact us: