Is it possible to run CUDA on AMD GPUs?

后端 未结 6 1913
时光取名叫无心
时光取名叫无心 2020-12-07 15:32

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

6条回答
  •  天涯浪人
    2020-12-07 16:04

    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..

提交回复
热议问题