简体   繁体   中英

How to install, load CUDA driver and set Matlab to do GPU processing on my Apple Macbook Pro Retina running OS X 10.10 Yosemite?

I would like to use some parallel computing function using the GPU. I tried to use gpuarray function but I have got the following error message:

There is a problem with the CUDA driver or with this GPU device. Be sure that you have a supported GPU and that the latest driver is installed.

Caused by:

The CUDA driver could not be loaded.

The library name used was

'/usr/local/cuda/lib/libcuda.dylib'.

The error was:

dlopen(/usr/local/cuda/lib/libcuda.dylib, 10): image not found

Therefore I would like to know how to install, load CUDA driver and set Matlab to do GPU processing on my Apple Macbook Pro Retina running OS X 10.10 Yosemite ?

My GPU is a NVidia GeForce 750M. My Macbook Pro Retina (15") is from the late 2013 generation.

I'm running Matlab 2014b

Thank you for your help and support,

Best,

Adrien

EDIT: thank you Robert C., I followed these instructions and Matlab with GPU seems to work fine now :)

感谢Robert,我成功按照CUDA Mac OS入门指南中的说明进行操作。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM