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
2010-01-08 23:54:49
+2
A:
Some good links for you:
- Developing With CUDA - Introduction
- Volume I: Introduction to CUDA Programming
- Getting started with CUDA
- CUDA Resources List
Take a look on the last item, you will find many link to learn CUDA.
Nathan Campos
2010-01-08 23:55:47
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
2010-01-08 23:58:01
+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
2010-01-09 03:17:52