Buch, Englisch, 338 Seiten, Format (B × H): 191 mm x 235 mm, Gewicht: 700 g
Best Practices for Efficient CUDA Fortran Programming
Buch, Englisch, 338 Seiten, Format (B × H): 191 mm x 235 mm, Gewicht: 700 g
ISBN: 978-0-12-416970-8
Verlag: William Andrew Publishing
To help you add CUDA Fortran to existing Fortran codes, the book explains how to understand the target GPU architecture, identify computationally intensive parts of the code, and modify the code to manage the data and parallelism and optimize performance. All of this is done in Fortran, without having to rewrite in another language. Each concept is illustrated with actual examples so you can immediately evaluate the performance of your code in comparison.
Zielgruppe
<p>Professional scientists and engineers whose research codes are in Fortran; students studying parallel programming using Fortran.</p>
Autoren/Hrsg.
Fachgebiete
- Mathematik | Informatik EDV | Informatik Technische Informatik Grid-Computing & Paralleles Rechnen
- Mathematik | Informatik EDV | Informatik Programmierung | Softwareentwicklung Programmier- und Skriptsprachen
- Mathematik | Informatik EDV | Informatik Programmierung | Softwareentwicklung Funktionale, Logische, Parallele und Visuelle Programmierung
Weitere Infos & Material
I CUDA Fortran Programming 1. Introduction 2. Performance Measurement and Metrics 3. Optimization 4. Multi-GPU ProgrammingII Case Studies 5. Monte Carlo Method 6. Finite Difference Method 7. Applications of Fast Fourier TransformIII Appendices A. Tesla Specifications B. System and Environment Management C. Calling CUDA C from CUDA Fortran D. Source Code