Programming massively parallel processors : a hands-on approach / David B. Kirk and Wen-Mei W. Hwu.

Programming Massively Parallel Processors: A Hands-on Approach shows both student and professional alike the basic concepts of parallel programming and GPU architecture. Various techniques for constructing parallel programs are explored in detail. Case studies demonstrate the development process, wh...

Full description

Saved in:
Bibliographic Details
Online Access: Full Text (via ScienceDirect)
Main Authors: Kirk, David, 1960- (Author), Hwu, Wen-mei (Author)
Format: eBook
Language:English
Published: Amsterdam ; Boston : Elsevier/Morgan Kaufmann, [2013]
Edition:Second edition.
Subjects:
Table of Contents:
  • History of GPU computing
  • Introduction to data parallelism and CUDA C
  • Data-parallel execution model
  • CUDA memories
  • Performance considerations
  • Floating-point considerations
  • Parallel patterns : convolution, with an introduction to constant memory and caches
  • Parallel patterns : prefix sum, an introduction to work efficiency in parallel algorithms
  • Parallel patterns : sparse matrix-vector multiplication, an introduction to compaction and regularization in parallel algorithms
  • Application case study : advanced MRI reconstruction
  • Application case study : molecular visualization and analysis
  • Parallel programming and computational thinking
  • An introduction to OpenCL (TM)
  • Parallel programming with OpenACC
  • Thrust : a productivity-oriented library for CUDA
  • CUDA FORTRAN
  • An introduction to C++ AMP
  • Programming a heterogeneous computing cluster
  • CUDA dynamic parallelism.