Is it possible to run CUDA on AMD GPUs?

后端 未结 6 1895
时光取名叫无心
时光取名叫无心 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 15:55

    Yup. :) You can use Hipify to convert CUDA code very easily to HIP code which can be compiled run on both AMD and nVidia hardware pretty good. Here are some links

    GPUOpen very cool site by AMD that has tons of tools and software libraries to help with different aspects of GPU computing many of which work on both platforms

    HIP Github Repository that shows the process to hipify

    HIP GPUOpen Blog

提交回复
热议问题