Top products from r/CUDA

We found 2 product mentions on r/CUDA. We ranked the 1 resulting product by number of redditors who mentioned them. Here are the top 20.

Next page

Top comments that mention products on r/CUDA:

u/EngrToday · 7 pointsr/CUDA

As far as I know this is the go to for most people learning CUDA programming. For CUDA 9+ specific features, you're best bet is probably looking at the programming guide on NVIDIA's site for the 9 or 10 release. I don't believe there's much in terms of published books on specific releases like there is for C++ standards.

u/pyroscopic24 · 3 pointsr/CUDA

I agree with guy. Having a solid C++ background is good but programming for CUDA specifically is something else.

The book that I used when I took CUDA programming as an undergrad was this:
Programming Massively Parallel Processors: A Hands-on Approach 3rd Edition


Here's a sample of the 1st edition of the book. It's not too far from the 3rd edition but checkout Chapter 3 to see how much different it is from programming typically in C++.