tags:

views:

1003

answers:

4

I am looking for some good beginners tutorial for learning the basics of CUDA.

+6  A: 

CUDA has great documentation from nVidia. You can also find more resources on the Wikipedia page.

Keep in mind, though, that CUDA isn't necessarily beginner-friendly. You'll need to know how to program first, then jump into CUDA.

GMan
+2  A: 

Some good links for you:

Take a look on the last item, you will find many link to learn CUDA.

Nathan Campos
A: 

Reading the programmers guide which comes with the toolkit is a very good start.

The SDK comes with a lot of examples and accompanying documentation. I really like the "Particles" demo.

shoosh
+5  A: 

The Dr Dobbs Journal series CUDA: Supercomputing for the masses by Rob Farmer is excellent and covers just about everything in its fourteen installments. It also starts rather gently and is therefore fairly beginner-friendly.

Dirk Eddelbuettel