CUDA by Example: An Introduction to General-Purpose GPU Programming
NVIDIA
(29 July 2010)
@book{sanders2010cuda,
title={CUDA by Example: An Introduction to General-Purpose GPU Programming},
author={Sanders, J. and Kandrot, E.},
year={2010},
publisher={Addison-Wesley Professional}
}
CUDA by Example, written by two senior members of the CUDA software platform team, shows programmers how to employ this new technology. The authors introduce each area of CUDA development through working examples. After a concise introduction to the CUDA platform and architecture, as well as a quick-start guide to CUDA C, the book details the techniques and trade-offs associated with each key CUDA feature. You’ll discover when to use each CUDA C extension and how to write CUDA software that delivers truly outstanding performance.
November 22, 2010 by hgpu