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?
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?
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 )