CUDA C++ programming tutorials

Hi There,
I am totally new to CUDA and want to learn it for improving the performance of my code.
Is there any series of tutorials available for CUDA ?
I am familiar with C++ and I am looking for C++ CUDA series.

Thanks,
Muhammad Gulfam

Try the book “Programming Massively Parallel Processors”, and I am using it to learn CUDA. NVIDIA also has a couple of courses for CUDA and other cool stuff. Here is the link: Deep Learning Institute and Training Solutions | NVIDIA

That book is also massively out of date.

I usually prefer going straight to the source where everyone else is just copying their information from (hopefully enriched with some of their own experience). In this case this would be the CUDA C Programming Guide from Nvidia.

I’ve learned all I needed from Nvidia’s CUDA documentation and my own experimentation (and probably from this forum too).
Your mileage may vary - my previous recommendations of the Programming Guide have been voted down in the past for unexplained reasons.

Thank you @houw. Thank you @tera.

Check out NVIDIA CUDA / GPU Programming – Cuda Education for a lot of video tutorials etc.

-Cuda Education