is MATLAB support AMD RADEON?
古いコメントを表示
My laptop has AMD RADEON graphics card,but when i am executing a CNN classification program ,requiring GPU, it is giving an error cuda driver can not be located since i doesn't have NVIDIA gpu .Please give me some solution of it .
採用された回答
その他の回答 (2 件)
Michal
2016 年 11 月 30 日
2 投票
MATLAB use for GPU computing CUDA technology, which is supported only by NVIDIA cards.
mengmeng y
2018 年 10 月 21 日
編集済み: John D'Errico
2018 年 10 月 21 日
0 投票
Why does amd's computer graphics card not support the operation of matlab?
I am very anxious to use matlab? But the online tutorial is not right. Is there any way to use matlab under amd?If you have a solution, can you send it to me, thank you very much.
2 件のコメント
John D'Errico
2018 年 10 月 21 日
編集済み: John D'Errico
2018 年 10 月 21 日
Please stop making multiple answers when you just want to ask a question. Learn to use the comments instead. I've edited two of your answers into one, that never should have been an answer in the first place.
As far as using MATLAB itself, you can still use it regardless of the graphics card. It is just GPU computing that will be problematic.
Walter Roberson
2018 年 10 月 22 日
MATLAB can work with any graphics card that supports OpenGL 2.1 or later, but prefers OpenGL 3.3 or later. There are, though, some graphics cards such as Intel HD1000 graphics cards, for which the graphics drivers are known to have sufficient bugs that they are not usable (HD1000 has not been produced for several years now.)
Using gpuArray or some of the Deep Learning programs is all that requires NVIDIA graphics cards.
カテゴリ
ヘルプ センター および File Exchange で Parallel and Cloud についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!