how to use GPU to speed up the execution of Matlab algorithms ?

4 次查看(过去 30 天)
I did simulations on MATLAB which takes a lot of time so I found that GPU is the effective solutions to reduce the calculation time but the problem I do not know how to use GPU on MATLAB despite having an NVIDIA card

回答(1 个)

Jan
Jan 2017-12-20
编辑:Jan 2017-12-20
To speed up computation, Parallel Computing Toolbox leverages NVIDIA GPUs
with compute capability 2.0 or higher. See the compute capabilities of all
NVIDIA GPUs. MATLAB does not support computation acceleration using AMD or
Intel GPUs at this time.
This means that installing an NVIDIA card is obligatory.
  4 个评论

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 GPU Computing 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by