Multi-core processors are no longer the future of computing-they are the present day reality. A typical mass-produced CPU features multiple processor cores, while a GPU (Graphics Processing Unit) may have hundreds or even thousands of cores. With the rise of multi-core architectures has come the nee
Programming Massively Parallel Processors: A Hands-On Approach
β Scribed by David B. Kirk, Wen-Mei W Hwu
- Publisher
- Morgan Kaufmann
- Year
- 2016
- Tongue
- English
- Leaves
- 552
- Edition
- 1
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
Programming Massively Parallel Processors: A Hands-on Approach, Third Edition shows both student and professional alike the basic concepts of parallel programming and GPU architecture, exploring, in detail, various techniques for constructing parallel programs.
Case studies demonstrate the development process, detailing computational thinking and ending with effective and efficient parallel programs. Topics of performance, floating-point format, parallel patterns, and dynamic parallelism are covered in-depth.
For this new edition, the authors have updated their coverage of CUDA, including coverage of newer libraries, such as CuDNN, moved content that has become less important to appendices, added two new chapters on parallel patterns, and updated case studies to reflect current industry practices.
β’ Teaches computational thinking and problem-solving techniques that facilitate high-performance parallel computing
β’ Utilizes CUDA version 7.5, NVIDIA's software development tool created specifically for massively parallel environments
β’ Contains new and updated case studies
β’ Includes coverage of newer libraries, such as CuDNN for Deep Learning
β¦ Subjects
Machine Learning; C++; Convolutional Neural Networks; Parallel Programming; Clusters; Design Patterns; Memory Management; Numerical Methods; GPU Programming; C; Graph Algorithms; Performance Tuning; CUDA; OpenACC; Magnetic Resonance Imaging
π SIMILAR VOLUMES
Review *"For those interested in the GPU path to parallel enlightenment, this new book from David Kirk and Wen-mei Hwu is a godsend, as it introduces CUDA (tm), a C-like data parallel language, and Tesla(tm), the architecture of the current generation of NVIDIA GPUs. In addition to explaining the
Β«For those interested in the GPU path to parallel enlightenment, this new book from David Kirk and Wen-mei Hwu is a godsend, as it introduces CUDA (tm), a C-like data parallel language, and Tesla(tm), the architecture of the current generation of NVIDIA GPUs. In addition to explaining the language a
This best-selling guide to CUDA and GPU parallel programming has been revised with more parallel programming examples, commonly-used libraries, and explanations of the latest tools. With these improvements, the book retains its concise, intuitive, practical approach based on years of road-testing in
Programming Massively Parallel Processors: A Hands-on Approach, Second Edition, teaches students how to program massively parallel processors. It offers a detailed discussion of various techniques for constructing parallel programs. Case studies are used to demonstrate the development process, which