Limit this search to....

Gpu Computing Gems Jade Edition Jade Edition
Contributor(s): Hwu, Wen-Mei W. (Editor in Chief)
ISBN: 0123859638     ISBN-13: 9780123859631
Publisher: Morgan Kaufmann Publishers
OUR PRICE:   $71.06  
Product Type: Hardcover
Published: September 2011
Qty:
Temporarily out of stock - Will ship within 2 to 5 weeks
Additional Information
BISAC Categories:
- Computers | Computer Graphics
- Computers | Computer Engineering
- Computers | Microprocessors
Dewey: 006.6
LCCN: 2011037864
Series: Applications of Gpu Computing
Physical Information: 1.6" H x 7.67" W x 9.43" (2.98 lbs) 560 pages
 
Descriptions, Reviews, Etc.
Publisher Description:

GPU Computing Gems, Jade Edition, offers hands-on, proven techniques for general purpose GPU programming based on the successful application experiences of leading researchers and developers. One of few resources available that distills the best practices of the community of CUDA programmers, this second edition contains 100% new material of interest across industry, including finance, medicine, imaging, engineering, gaming, environmental science, and green computing. It covers new tools and frameworks for productive GPU computing application development and provides immediate benefit to researchers developing improved programming environments for GPUs.

Divided into five sections, this book explains how GPU execution is achieved with algorithm implementation techniques and approaches to data structure layout. More specifically, it considers three general requirements: high level of parallelism, coherent memory access by threads within warps, and coherent control flow within warps. Chapters explore topics such as accelerating database searches; how to leverage the Fermi GPU architecture to further accelerate prefix operations; and GPU implementation of hash tables. There are also discussions on the state of GPU computing in interactive physics and artificial intelligence; programming tools and techniques for GPU computing; and the edge and node parallelism approach for computing graph centrality metrics. In addition, the book proposes an alternative approach that balances computation regardless of node degree variance.

Software engineers, programmers, hardware engineers, and advanced students will find this book extremely usefull. For useful source codes discussed throughout the book, the editors invite readers to the following website: ...