CUDA Programming
Professional CUDA C Programming
This post series is the Solutions of the Professional CUDA C Programming written by John Cheng, Max Grossman and Ty McKercher
Chapter 1: Heterogeneous Parallel Computing with CUDA (Published)
Chapter 2: CUDA Programming Model (Published)
CUDA by Example
This post series is the examples and solutions of the CUDA BY EXAMPLE An introduction to General-Purpose GPU Programming written by Jason Sanders and Edward Kandrot
Chapter 1: Why CUDA? Why Now?
Chapter 2: Getting Started
Chapter 3: Introduction to CUDA C
Chapter 4: Parallel Programming in CUDA C (Published)
Chapter 5: Thread Cooperation (Published)