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

Dettagli Bibliografici
Autore principale: Sanders, Jason
Altri autori: Kandrot, Edward
Natura: Libro
Lingua:English
Pubblicazione: Upper Saddle River, NJ : Addison-Wesley, 2011.
Soggetti:
Classic Catalogue: View this record in Classic Catalogue
Sommario:
  • 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.