Cargando…

Programming massively parallel processors : a hands-on approach /

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...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autores principales: Kirk, David, 1960- (Autor), Hwu, Wen-mei (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Amsterdam ; Boston : Elsevier/Morgan Kaufmann, [2013]
Edición:Second edition.
Temas:
Acceso en línea:Texto completo
Tabla de Contenidos:
  • 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.