MATLAB: GPU computing without NVIDIA graphic card

computinggpugraphicparalleltoolbox

Hi. My computer has the following graphic card: AMD Radeon HD 6520G + 7670M dual GPU
Is it possible for me to take advantage of GPU computing in matlab (with functions such as gpuarray, etc…) with this graphic card?
Thanks. Daniel

Best Answer

I am sorry to say Daniel, that GPU computing in MATLAB uses CUDA, which is specific to NVIDIA graphics cards.
CUDA was developed by NIVIDA and several languages now have support for GPU computing through CUDA.
Related Question