CUDA by example: an introduction to general-purpose GPU programming/
Main Author: | |
---|---|
Other Authors: | |
Format: | Book |
Language: | English |
Published: |
Upper Saddle River, New Jersey:
Addison-Wesley,
c2011
|
Subjects: |
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.