Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

CUDA installation on MAC OS X without GPU (for cuda emulator)

Tags:

macos

cuda

nvidia

I'm installing CUDA on MAC OS X by following the link below:

http://docs.nvidia.com/cuda/cuda-getting-started-guide-for-mac-os-x/index.html

It says that I must have CUDA-enabled GPU before installing.I don't have a GPU in my MacBook Pro, and I want to run CUDA programs on Emulator. How can I do that? How to install CUDA on non-GPU laptop?

like image 705
aqavi_paracha Avatar asked Oct 06 '22 07:10

aqavi_paracha


1 Answers

You can try out gpuocelot. It's a compilation framework that allows to use cuda code on non-cuda hardware as x86 cpus. I nerver used it on my own, but know some people who uses it and it works for them.

like image 60
hubs Avatar answered Oct 10 '22 20:10

hubs