Unable to run "Deep learning" code becuase of CUDA driver
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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?
0 comentarios
Respuestas (1)
Divyam
el 10 de Sept. de 2024
Editada: Divyam
el 10 de Sept. de 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
0 comentarios
Ver también
Categorías
Más información sobre GPU Computing en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!