top | item 39769504

(no title)

cataPhil | 1 year ago

I recently decided to turbo-teach myself basic cuda with a proper project. I really enjoyed Karpathy’s micrograd (https://github.com/karpathy/micrograd), so I extended it with cuda kernels and 2D tensor logic. It’s a bit longer than the original project, but it’s still very readable for anyone wanting to quickly learn about gpu acceleration in practice.

discuss

order

coolThingsFirst|1 year ago

Lovely project, what did you find as the beat place to learn about cuda?

cataPhil|1 year ago

Thanks! I highly recommend the book Programming Massively Parallel Processors

lagrange77|1 year ago

Awesome, thank you for publishing it. I was planning the same, but didn't find the time yet.