问题
What do I have to do, to be able to do Cuda programming on a Macbook Air with Intel HD 4000 graphics?
Setup a virtual machine? Buy an external Nvidia card? Is it possible at all?
回答1:
If you have a new(-ish) Macbook Air you could perhaps use an external (NVidia) graphics device like this: external Thunderbolt PCIe case
Otherwise it will not be possible to run Cuda programms on non NVidia Hardware (since it is a proprietary framework)
You may also be able to run Cuda code through converting it to OpenCL first (for example with this framework: Swan Framwork )
来源:https://stackoverflow.com/questions/14499043/cuda-programming-on-a-mac-with-intel-hd-4000