MATLAB GPU Processing: AMD Radeon

조회 수: 145 (최근 30일)
karem adam
karem adam 2021년 4월 14일
댓글: Walter Roberson 2022년 4월 30일
Hello
I try to deal with transfer learning + pre-trained model + dataset (my dataset is in medical image).
Computer features: Core i7 processor , Intel HD graphic 620 & AMD Readeon(TM) R7 M340, Matlab 2020a
The error message is " Error using gpuDevice 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."
How can fix my error ??
  댓글 수: 2
Mohammad Sami
Mohammad Sami 2021년 4월 14일
You will have to use CPU as MATLAB only supports Nvidia GPU.
Khalid Mahmood
Khalid Mahmood 2021년 4월 14일
편집: Khalid Mahmood 2021년 4월 14일
1) Matlab supports only CUDA enabled NVIDIA GPUs
3) For every Matlab version, you have to download a specific CUDA toolkit.

댓글을 달려면 로그인하십시오.

답변 (1개)

Khalid Mahmood
Khalid Mahmood 2021년 4월 15일
편집: Walter Roberson 2022년 4월 30일
To select an NVIDIA GPU
1) Go to site: https://developer.nvidia.com/cuda-gpus, and select a GPU according to your needs
2) Add GPU in computer/labtop motherboard
3) Download a specific CUDA Driver
Driver is enough for most Matlab users, as Joss Knight has clarified.
Only advanced users (like game developers) will need full CUDA toolkit.
4) Use Matlab command dev=gpuDevice to find whether everything went fine
  댓글 수: 3
Vojtech Langer
Vojtech Langer 2022년 4월 30일
He is using AMD GPU. So does that mean that Matlab cannot utilize AMD GPUs?
Walter Roberson
Walter Roberson 2022년 4월 30일
The only kind of GPU supported by MATLAB is some of the newer NVIDIA -- Kepler with CUDA 3.5 to Ampere with CUDA 8.x .
No AMD GPU are supported. The Apple M1 GPU is also not supported.
Unfortunately, adding support for GPU families turns out to involve a fair bit of work, and the infrastructure for AMD GPU and Apple M1 GPU just is not available in a useful form.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 GPU Computing에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by