Joint Forces: From Multithreaded Programming to GPU Computing
University of Potsdam
IEEE Software, vol. 28, no. 1, pp. 51-57, Jan./Feb. 2011
@article{feinbube2010joint,
title={Joint Forces: From Multithreaded Programming to GPU Computing},
author={Feinbube, F. and Troger, P. and Polze, A.},
journal={IEEE Software},
pages={51–57},
issn={0740-7459},
year={2010},
publisher={IEEE Computer Society}
}
Desktop software developers interest in graphics hardware is increasing as a result of modern graphics cards’ capabilities to act as compute devices that augment the main processor. This capability means parallel computing is no longer a dedicated task for the CPU. A trend toward heterogeneous computing combines the main processor and graphics processing unit (GPU). This overview of how to utilize GPU compute power in the best possible way includes explanations of the primary GPU hardware concepts and the corresponding programming principles. On this foundation, the authors discuss a collection of commonly agreed-upon critical performance optimization strategies that are the key factor for getting true scalability and performance improvements when moving parts of your application from a multithreaded to a GPU-enhanced version.
March 20, 2011 by hgpu