Programming Massively Parallel Processors: A Hands-on Approach
Autor David B. Kirk, Wen-Mei W. Hwuen Limba Engleză Paperback – 7 dec 2016
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
Preț: 534.30 lei
Preț vechi: 667.88 lei
-20% Nou
102.25€ • 106.22$ • 84.94£
Carte tipărită la comandă
Livrare economică 01-15 februarie 25
Specificații
ISBN-10: 0128119861
Pagini: 576
Ilustrații: 330 illustrations
Dimensiuni: 191 x 235 x 35 mm
Greutate: 0.98 kg
Ediția:3
Editura: ELSEVIER SCIENCE
Cuprins
1. Introduction2. Data parallel computing3. Scalable parallel execution4. Memory and data locality5. Performance considerations6. Numerical considerations7. Parallel patterns: convolution: An introduction to stencil computation8. Parallel patterns: prefix sum: An introduction to work efficiency in parallel algorithms9. Parallel patterns—parallel histogram computation: An introduction to atomic operations and privatization10. Parallel patterns: sparse matrix computation: An introduction to data compression and regularization11. Parallel patterns: merge sort: An introduction to tiling with dynamic input data identification12. Parallel patterns: graph search13. CUDA dynamic parallelism14. Application case study—non-Cartesian magnetic resonance imaging: An introduction to statistical estimation methods15. Application case study—molecular visualization and analysis16. Application case study—machine learning17. Parallel programming and computational thinking18. Programming a heterogeneous computing cluster19. Parallel programming with OpenACC20. More on CUDA and graphics processing unit computing21. Conclusion and outlook