Ask HN: Best place to learn GPU programing?
1–10 of 57 posts
Re: Ask HN: Best place to learn GPU programing?
#2http://www.drdobbs.com/parallel/cuda-supercomputing-for-the-...
Re: Ask HN: Best place to learn GPU programing?
#3There's a nice CUDA tutorial on DrDobb's. It may be slightly outdated by now, but it was a great help to get me started. http://www.drdobbs.com/parallel/cuda-supercomputing-for-the-...
Re: Ask HN: Best place to learn GPU programing?
#4Re: Ask HN: Best place to learn GPU programing?
#5Re: Ask HN: Best place to learn GPU programing?
#6Does 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?
#72. 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.
Re: Ask HN: Best place to learn GPU programing?
#8Re: Ask HN: Best place to learn GPU programing?
#9Re: Ask HN: Best place to learn GPU programing?
#10I found Wen Mei Hwu's "Heterogeneous Parallel Programming" course on Coursera to be an excellent class: https://www.coursera.org/course/hetero