MATLAB GPU Processing: AMD Radeon
古いコメントを表示
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
2021 年 4 月 14 日
You will have to use CPU as MATLAB only supports Nvidia GPU.
Khalid Mahmood
2021 年 4 月 14 日
編集済み: Khalid Mahmood
2021 年 4 月 14 日
1) Matlab supports only CUDA enabled NVIDIA GPUs
2) Go to site: https://developer.nvidia.com/cuda-gpus
3) For every Matlab version, you have to download a specific CUDA toolkit.
回答 (1 件)
Khalid Mahmood
2021 年 4 月 15 日
編集済み: Walter Roberson
2022 年 4 月 30 日
1 投票
To select an NVIDIA GPU
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.
3 件のコメント
Joss Knight
2021 年 4 月 18 日
編集済み: Walter Roberson
2022 年 4 月 30 日
Hi, just to clarify here, it is not the whole toolkit you need, just the driver. https://www.nvidia.co.uk/Download/index.aspx?lang=en-uk
Vojtech Langer
2022 年 4 月 30 日
He is using AMD GPU. So does that mean that Matlab cannot utilize AMD GPUs?
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.
カテゴリ
ヘルプ センター および File Exchange で GPU Computing についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!