MATLAB & Cuda 10

조회 수: 19 (최근 30일)
Pol Henarejos
Pol Henarejos 2018년 11월 26일
답변: Joss Knight 2018년 11월 30일
Dear all,
I have a NVIDIA Turing GPU card and it requires Cuda 10. I see that Matlab 2018b uses Cuda toolkit 9.1. How could I use Matlab 2018b with my Turing card? Is there a way to tell Matlab to point to another Cuda version?
Thanks.

답변 (2개)

Andrew Borghesani
Andrew Borghesani 2018년 11월 29일
Have you tried to actually use it? CUDA is backwards compatible and should work, although the libraries may need to be recompiled which may take some time. Please see here for more detail regarding specific CUDA support by GPU archtecture: https://www.mathworks.com/help/distcomp/gpu-support-by-release.html

Joss Knight
Joss Knight 2018년 11월 30일
It works, although it will erroneously warn that JIT compilation is required (it isn't). Also, there is a known bug with Deep Learning which can be worked-around by running a simple function and ignoring the error
try
nnet.internal.cnngpu.reluForward(1);
catch ME
end

카테고리

Help CenterFile Exchange에서 GPU Computing에 대해 자세히 알아보기

태그

제품


릴리스

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by