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

書誌詳細
第一著者: Sanders, Jason
その他の著者: Kandrot, Edward
フォーマット: 図書
言語:English
出版事項: Upper Saddle River, NJ : Addison-Wesley, 2011.
主題:
Classic Catalogue: View this record in Classic Catalogue
目次:
  • 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.