aqavi_paracha
aqavi_paracha

Reputation: 1131

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

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?

Upvotes: 5

Views: 6433

Answers (1)

hubs
hubs

Reputation: 1809

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.

Upvotes: 4

Related Questions