Cantitate/Preț
Produs

CUDA Fortran for Scientists and Engineers: Best Practices for Efficient CUDA Fortran Programming

Autor Gregory Ruetsch, Massimiliano Fatica
en Limba Engleză Paperback – 24 oct 2013
CUDA Fortran for Scientists and Engineers shows how high-performance application developers can leverage the power of GPUs using Fortran, the familiar language of scientific computing and supercomputer performance benchmarking. The authors presume no prior parallel computing experience, and cover the basics along with best practices for efficient GPU computing using CUDA Fortran.
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.


  • Leverage the power of GPU computing with PGI’s CUDA Fortran compiler
  • Gain insights from members of the CUDA Fortran language development team
  • Includes multi-GPU programming in CUDA Fortran, covering both peer-to-peer and message passing interface (MPI) approaches
  • Includes full source code for all the examples and several case studies
  • Download source code and slides from the book's companion website
Citește tot Restrânge

Toate formatele și edițiile

Toate formatele și edițiile Preț Express
Paperback (2) 28818 lei  36-50 zile
  ELSEVIER SCIENCE – 24 oct 2013 28818 lei  36-50 zile
  ELSEVIER SCIENCE – 16 iul 2024 55211 lei  36-50 zile +13866 lei  5-11 zile

Preț: 28818 lei

Preț vechi: 42600 lei
-32% Nou

Puncte Express: 432

Preț estimativ în valută:
5515 5729$ 4581£

Carte tipărită la comandă

Livrare economică 27 ianuarie-10 februarie 25

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9780124169708
ISBN-10: 0124169708
Pagini: 338
Ilustrații: black & white tables, figures
Dimensiuni: 191 x 235 x 20 mm
Greutate: 0.7 kg
Editura: ELSEVIER SCIENCE

Public țintă

Professional scientists and engineers whose research codes are in Fortran; students studying parallel programming using Fortran.

Cuprins

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

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