Cuda programming on a mac with Intel HD 4000 [closed]

人走茶凉 提交于 2019-12-30 09:57:49

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!