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

Opis bibliograficzny
1. autor: Sanders, Jason
Kolejni autorzy: Kandrot, Edward
Format: Książka
Język:English
Wydane: Upper Saddle River, NJ : Addison-Wesley, 2011.
Hasła przedmiotowe:
Classic Catalogue: View this record in Classic Catalogue
Spis treści:
  • 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.