CUDA Programming: A Developer’s Guide to Parallel Computing with GPUs (Applications of GPU Computing Series)
If you need to learn CUDA but don’t have experience with parallel computing, CUDA Programming: A Developer’s Introduction offers a detailed guide to CUDA with a grounding in parallel fundamentals. It starts by introducing CUDA and bringing you up to speed on GPU parallelism and hardware, then delving into CUDA installation. Chapters on core concepts including threads, blocks, grids, and memory focus on both parallel and CUDA-specific issues. Later, the book demonstrates CUDA in practice for optimizing applications, adjusting to new hardware, and solving common problems.
Chapter 1. A Short History of Supercomputing
Chapter 2. Understanding Parallelism with GPUs
Chapter 3. CUDA Hardware Overview
Chapter 4. Setting Up CUDA
Chapter 5. Grids, Blocks, and Threads
Chapter 6. Memory Handling with CUDA
Chapter 7. Using CUDA in Practice
Chapter 8. Multi-CPU and Multi-GPU Solutions
Chapter 9. Optimizing Your Application
Chapter 10. Libraries and SDK
Chapter 11. Designing GPU-Based Systems
Chapter 12. Common Problems, Causes, and Solutions