Cuda programming on a mac with Intel HD 4000 [clos

2020-03-24 07:08发布

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?

标签: macos cuda intel
1条回答
够拽才男人
2楼-- · 2020-03-24 07:13

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 )

查看更多
登录 后发表回答