Why does gpuDeviceCount report 0 in the latest release of MATLAB?
14 views (last 30 days)
Show older comments
MathWorks Support Team
on 21 Mar 2023
Answered: MathWorks Support Team
on 21 Mar 2023
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?
Accepted Answer
MathWorks Support Team
on 21 Mar 2023
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 Comments
More Answers (0)
See Also
Categories
Find more on GPU Computing in MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!