Why does gpuDeviceCount report 0 in the latest release of MATLAB?

11 次查看(过去 30 天)
I have just upgraded to the latest release of MATLAB on a machine with GPUs. But gpuDeviceCount is now returning 0. If I run gpuDeviceCount in my older release of MATLAB I get the correct answer. Why is this happening?

采纳的回答

MathWorks Support Team
gpuDeviceCount and gpuDeviceTable are designed to never error and will report 0, or an empty table, when ​​​​either no GPU is detected or MATLAB is unable to use the GPU.
To diagnose the exact cause please execute:
>> gpuDevice()
This will give an error message with details on why MATLAB cannot access the GPU. The most common fix is to update to the latest graphics drivers for your card.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 GPU Computing 的更多信息

标签

尚未输入任何标签。

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by