Understanding Where We Are Heading
In this part we take the first steps towards understanding parallel programming. We learn how to set up our environment, and we execute our first CUDA programs. These first programs will be very simple; the priority is on making sure that our environment is working properly and that we understand how execution in the GPU takes place.
This part of the book includes the following chapters:
- Chapter 1, Introduction to Parallel Programming
- Chapter 2, Getting Started
- Chapter 3, Hello CUDA
- Chapter 4, Hello Again, but in Parallel