Live data from Hacker News

Ask HN: Best place to learn GPU programing?

news.ycombinator.com

1–10 of 57 posts

Re: Ask HN: Best place to learn GPU programing?

#6
what does "GPU programming" mean?

Does it mean you've never done anything GPU related ever and you want to start at "put a triangle on the screen" with OpenGL or WebGL?

Does it mean some thing like GPGPU, you want to use GPUs to do computation?

Does it mean something like Vulkan/DX12/Metal, you want do low level stuff?

Maybe someone can give answers to all of those questions but they're arguably different things and all fit under "GPU Programming"

Re: Ask HN: Best place to learn GPU programing?

#7
My advice: 1. buy some cuda GTX from nvidia (second hand ebayish would do)

2. install pycuda https://mathema.tician.de/software/pycuda/

3. dive into excelennt documentation and tutorials: https://documen.tician.de/pycuda/

Literally in 2h, I had first code on my GTX at standard ubuntu. Being it python (plus obvious cuda code in C) was much easier to grasp.

Post reply on HN