-1

My Mac book Pro has "Intel Iris Graphics 6100" and it's not supported by CUDA. Therefore, I'd like to use only CPU version of CUDA, but I can not find that in official website. Isn't is supported anymore?

soshi shimada
  • 425
  • 1
  • 7
  • 21

1 Answers1

0

I'm not aware of any (official) CPU version of CUDA supported by NVIDIA, however, there's other projects such as gpuocelot which attempts to address the problem. In their own words:

Ocelot currently allows CUDA programs to be executed on NVIDIA GPUs, AMD GPUs, and x86-CPUs at full speed without recompilation.

(I've not tried it though)

Alex Sanséau
  • 8,250
  • 5
  • 20
  • 25