GPU Computing MacBook Pro (Retina 15'' mid 2014) force computer to use attached Intel iris GPU, give MATLAB access to entire 2GB Nvidia 750M
2 次查看(过去 30 天)
显示 更早的评论
I am running MATLAB R2016B. My computer has two GPU's. My CUDA driver is up to date (8.0). I'd like to force my computer to only use one GPU, to enable MATLAB to access the other without the computer trying to borrow memory from it.
I realize turning off automatic graphics switching could force the MacBook to just use the Nvidia card, but MATLAB can't find the Intel iris GPU. When I enter
gpuDevice(1)
MATLAB finds the Nvidia GPU but not the Intel iris GPU. When I type
gpuDevice(2)
MATLAB says: Invalid CUDA device id: 2. Select a device id from the range 1:1. Please let me know of any suggestions!
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 GPU Computing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!