CUDA Introduction

Hi,

I am writing my thesis. I have implemented a tracking algorithm
in GPU using CUDA.

Now, in my thesis, i want to give a nice and detail description
of CUDA hardware and programming model.

Can u please suggest me any report / website i can follow to prepare a good
overview chapter on CUDA.

Thanks.

In the NVIDIA’s developer webpage, you can get a lot of materials (developer.nvidia.com/). You can also have a look at the books published on CUDA and GPUs. Mainly two popular books

  1. Programming massively parallel processors
  2. CUDA by example.

Other than that you will also find a lot of white paper… just google for them. I hope you can get relevant material from all these sources.

I would suggest looking at chapter 1 and 2 in the CUDA C Programming Guide.