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

조회 수: 5 (최근 30일)
riadi abdelhamid
riadi abdelhamid 2017년 12월 20일
댓글: Walter Roberson 2017년 12월 21일
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
Adam
Adam 2017년 12월 20일
The documentation is the best place to start, but you will need the Parallel Processing Toolbox.

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

답변 (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
riadi abdelhamid
riadi abdelhamid 2017년 12월 21일
I can't understand this but I have not Dell's backup and recovery
Walter Roberson
Walter Roberson 2017년 12월 21일
You might need to reinstall the Parallel Processing Toolbox.

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

카테고리

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