フィルターのクリア

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

6 ビュー (過去 30 日間)
riad didou
riad didou 2022 年 9 月 16 日
編集済み: Divyam 2024 年 9 月 10 日 6:27
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?

回答 (1 件)

Divyam
Divyam 2024 年 9 月 10 日 5:22
編集済み: Divyam 2024 年 9 月 10 日 6:27
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

カテゴリ

Help Center および File ExchangeGPU Computing についてさらに検索

製品


リリース

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by