Loading…

CUDA by example : an introduction to general-purpose GPU programming /

"This book is required reading for anyone working with accelerator-based computing systems." -From the Foreword by Jack Dongarra, University of Tennessee and Oak Ridge National Laboratory CUDA is a computing architecture designed to facilitate the development of parallel programs. In conju...

Full description

Bibliographic Details
Call Number:Libro Electrónico
Main Author: Sanders, Jason
Other Authors: Kandrot, Edward
Format: Electronic eBook
Language:Inglés
Published: Upper Saddle River, N.J. : Addison-Wesley, 2010, ©2011.
Subjects:
Online Access:Texto completo (Requiere registro previo con correo institucional)
Table of Contents:
  • Why CUDA? why now?
  • Getting started
  • Introduction to CUDA C
  • Parallel programming in CUDA C
  • Thread cooperation
  • Constant memory and events
  • Texture memory
  • Graphics interoperability
  • Atomics
  • Streams
  • CUDA C on multiple GPUs
  • The final countdown
  • Appendix A : advanced atomics.