I\'d like to extend my skill set into GPU computing. I am familiar with raytracing and realtime graphics(OpenGL), but the next generation of graphics and high performance co
You can't use CUDA for GPU Programming as CUDA is supported by NVIDIA devices only.
If you want to learn GPU Computing I would suggest you to start CUDA and OpenCL simultaneously. That would be very much beneficial for you..
Talking about CUDA, you can use mCUDA. It doesn't require NVIDIA's GPU..