is MATLAB support AMD RADEON?

조회 수: 17 (최근 30일)
MAYANK RATHORE
MAYANK RATHORE 2016년 11월 30일
댓글: Walter Roberson 2022년 5월 27일
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 .

채택된 답변

Walter Roberson
Walter Roberson 2016년 11월 30일
The only solution is to change to a system with NVidia GPU.
There are two competing GPU interfaces: NVidia's proprietary system, and every else's OpenCL. Mathworks does not support OpenCL at all.
  댓글 수: 19
Nicholas Alexander
Nicholas Alexander 2022년 5월 27일
Any plans to include AMD GPUs in the future?
Walter Roberson
Walter Roberson 2022년 5월 27일
No, there are no plans to include AMD in the future.
GPU use is mostly driven by Deep Learning these days, but AMD use for Deep Learning is only roughly 3% of researchers if I recall correctly. The greatest share of Deep Learning research work by far is Nvidia, but according to a white paper I read, second place is IBM, and AMD is far behind. If Mathworks is to add additional GPU lines then IBM hardware would be a much more natural target.

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

추가 답변 (2개)

Michal
Michal 2016년 11월 30일
MATLAB use for GPU computing CUDA technology, which is supported only by NVIDIA cards.

mengmeng y
mengmeng y 2018년 10월 21일
편집: John D'Errico 2018년 10월 21일
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
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
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.

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

카테고리

Help CenterFile Exchange에서 Parallel and Cloud에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by