Cuda tutorial

Hi!
I am new to CUDA and I was wondering if anyone can help me by suggesting a good CUDA tutorial.
Thanks!

The CUDA SDK itself is a good tutorial. Most of the projects are pretty basic and also come with a whitepaper/documentation describing the project.

Make sure you read the programming guide first, though :)

N.

[url=“CUDA, Supercomputing for the Masses: Part 1 | Dr Dobb's”]http://www.ddj.com/hpc-high-performance-computing/207200659[/url]

Also looks nice. Haven’t read it from start to end myself, but stumbled upon it once or twice when googling, and been recommended it.

Hi !

There is one understandable course at this link :

[url=“http://heim.ifi.uio.no/~knutm/geilo2008/seland.pdf”]http://heim.ifi.uio.no/~knutm/geilo2008/seland.pdf[/url]

It helped me a lot.

Otherwise, the Cuda programming guide might be difficult to read in details, but there is all the information !
(My problem was that it is difficult to understand the architecture of the GPU with it)

External Image

Thanks for the help! I will start reading straight away! :)