CUDA Fortran for Scientists and Engineers: Best Practices for Efficient CUDA Fortran Programming
Autor Gregory Ruetsch, Massimiliano Faticaen Limba Engleză Paperback – 16 iul 2024
Each concept is illustrated with actual examples so you can immediately evaluate the performance of your code in comparison.
This second edition provides much needed updates on how to efficiently program GPUs in CUDA Fortran. It can be used either as a tutorial on GPU programming in CUDA Fortran as well as a reference text.
- Presents optimization strategies for current hardware, including Hopper generation GPUs
- Includes discussions of new language and hardware features, including managed memory, tensor cores, shuffle instructions, new multi-GPU paradigms
- Offers resources and strategies for porting large codes to GPUs, including language features as well as library use
| Toate formatele și edițiile | Preț | Express |
|---|---|---|
| Paperback (2) | 296.89 lei 5-7 săpt. | |
| ELSEVIER SCIENCE – 24 oct 2013 | 296.89 lei 5-7 săpt. | |
| ELSEVIER SCIENCE – 16 iul 2024 | 568.71 lei 5-7 săpt. | +227.67 lei 4-10 zile |
Preț: 568.71 lei
Preț vechi: 945.25 lei
-40%
Puncte Express: 853
Preț estimativ în valută:
100.51€ • 118.25$ • 87.74£
100.51€ • 118.25$ • 87.74£
Carte tipărită la comandă
Livrare economică 30 martie-13 aprilie
Livrare express 27 februarie-05 martie pentru 237.66 lei
Specificații
ISBN-13: 9780443219771
ISBN-10: 044321977X
Pagini: 350
Dimensiuni: 191 x 235 x 25 mm
Greutate: 0.89 kg
Ediția:2
Editura: ELSEVIER SCIENCE
ISBN-10: 044321977X
Pagini: 350
Dimensiuni: 191 x 235 x 25 mm
Greutate: 0.89 kg
Ediția:2
Editura: ELSEVIER SCIENCE
Cuprins
PART I: CUDA Fortran Programming
1. Introduction
2. Correctness, Accuracy, and Debugging
3. Performance Measurements and Metrics
4. Synchronization
5. Optimization
6. Multi-GPU Programming
7. Porting Tips and Techniques
8. Interfacing with CUDA C, OpenACC, and CUDA Libraries
PART II Case Studies
9. Monte Carlo Method
10. Finite Difference Method
11. Applications of the Fast Fourier TransformRay Tracing
1. Introduction
2. Correctness, Accuracy, and Debugging
3. Performance Measurements and Metrics
4. Synchronization
5. Optimization
6. Multi-GPU Programming
7. Porting Tips and Techniques
8. Interfacing with CUDA C, OpenACC, and CUDA Libraries
PART II Case Studies
9. Monte Carlo Method
10. Finite Difference Method
11. Applications of the Fast Fourier TransformRay Tracing
Recenzii
"This book is written for the Fortran programmer who wants to do real work on GPUs, not just stunts or demonstrations. The book has many examples, and includes introductory material on GPU programming as well as advanced topics such as data optimization, instruction optimization and multiple GPU programming. Placing the performance measurement chapter before performance optimization is key, since measurement drives the tuning and optimization process. All Fortran programmers interested in GPU programming should read this book." --Michael Wolfe, PGI Compiler Engineer