MATLAB: Is MATLAB support AMD RADEON

deep learningneural network

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 .

Best Answer

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.
Related Question