CUDA getting started guide

Hi,

I’m new to CUDA, is there some place where i can find a getting started guide, or a example that has a walk through, just to get my head around all this?

Many thanks

The programming guide is a good place. There’s a section that walks through a matrix multiplication sample. Once you have the basic concepts down, look through the samples in the SDK.

Paulius