Can MATLAB work well and paralellize code with AMD Radeon HD 7670m graphics card ?
3 次查看(过去 30 天)
显示 更早的评论
Hi,
I'm confused between two laptops,
- Samsung i7, 8G RAM, win8 64-bit ... and the graphics card is NVIDIA 650M 2G which was perfect for me in case I decided to use GPU processing in MATLAB ..
- and other samsung laptop with the exact same specifications except that the graphics card is "AMD Radeon HD 7670m 2G" ... and some other resolution and sound differences that don't matter to me..
and the 2nd laptop is cheaper..
my question is, can MATLAB work well with the 2nd laptop ? is there a way that GPU functions work on another card other than NVIDIA ?
and is the other parallel processing tools as good as the GPU functions in case I decided to parallelize and speed up my code ?
0 个评论
回答(2 个)
Edric Ellis
2013-9-17
Currently, the gpuArray support in Parallel Computing Toolbox supports only NVIDIA GPU devices of compute capability 1.3 or greater. See this page for more.
0 个评论
Royi Avital
2013-9-17
Unfortunately, MATLAB doesn't support OpenCL. ATI is the right choice for GPGPU.
MATLAB, at the moment, isn't.
You can always do it via MEX files and use ArrayFire.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 GPU Computing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!