Parallel computing don't recognize Nvidia Quiadro 600
24 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I know that Nvidia Quadro 600 is an old GPU so the drivers aren't supported by Nvidia anymore, so the system installed the lastes version automatically but dont work. I have tried searching the last driver in Nvidia page but don't find compatibilities and Matlab don't recognize the GPU. Someone knows how to resolve this? Or my GPU is so old that don't work anymore? Thanks.
I have tried another version of Matlab and don't work.
>> validateGPU('all')
# Beginning GPU validation
# Performing system validation
# CUDA-supported platform ...................................PASSED
# CUDA-enabled graphics driver exists .......................PASSED
# Version: 377.83
# CUDA-enabled graphics driver load .........................FAILED
# Graphics driver is out of date. Download and install the
# latest graphics driver for your GPU from NVIDIA.
# CUDA environment variables ................................SKIPPED
# CUDA device count .........................................SKIPPED
# GPU libraries load ........................................SKIPPED
#
# Finished GPU validation with 1 failures.
0 Kommentare
Antworten (1)
Harald
am 21 Okt. 2025 um 8:15
Hi,
from what I can see, the compute capability of this card is 2.1.
According to the following table, the last MATLAB release to support this compute capability is R2017b, and you will need CUDA Toolkit version 8.0.
I hope this helps.
Best wishes,
Harald
0 Kommentare
Siehe auch
Kategorien
Mehr zu GPU Computing finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!