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?
Asked
Active
Viewed 1,039 times
-1
-
This answer may be helpful [link](https://stackoverflow.com/questions/21946701/compile-cuda-code-for-cpu). – parallel highway Oct 19 '17 at 10:05
1 Answers
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