Unable to run "Deep learning" code becuase of CUDA driver

1 vue (au cours des 30 derniers jours)
riad didou
riad didou le 16 Sep 2022
Modifié(e) : Divyam le 10 Sep 2024
My PC is AMD 5600g processor and my MATLAB 2020a;
I downloaded a deep learning framework from GitHub; I got the following error when I tried to run:
Unable to load CUDA driver. The library name used was nvcuda.dll. The error was:
The specified module could not be found.
Update or reinstall your GPU driver. For more information on GPU support, see GPU Support by Release.
Please how to solve this probleme?

Réponses (1)

Divyam
Divyam le 10 Sep 2024
Modifié(e) : Divyam le 10 Sep 2024
CUDA is limited to NVIDIA hardware and hence cannot be used with an AMD processor as an NVIDIA GPU is required for CUDA based operations. There are ways to cross-compile CUDA to different languages such as https://github.com/ROCm/HIP however that still doesn't imply that CUDA can be utilized with AMD hardware.
For AMD processors, OpenCL is the best alternative (https://www.khronos.org/opencl/resources) however as of now MATLAB doesn't provide any support for OpenCL.
For any future updates on the GPU Computing Requirements for MATLAB, refer to this documentation: https://www.mathworks.com/help/parallel-computing/gpu-computing-requirements.html

Catégories

En savoir plus sur GPU Computing dans Help Center et File Exchange

Produits


Version

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by