Is it possible to run CUDA on AMD GPUs?

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

    You can run NVIDIA® CUDA™ code on Mac, and indeed on OpenCL 1.2 GPUs in general, using Coriander . Disclosure: I'm the author. Example usage:

    cocl cuda_sample.cu
    ./cuda_sample
    

    Result:

提交回复
热议问题