필터 지우기
필터 지우기

GPU problem with Matlab 2017b

조회 수: 1 (최근 30일)
caesar
caesar 2017년 12월 1일
댓글: caesar 2017년 12월 4일
I have two Nvidia Tesla C 1060 connected to the machine (workstation)that runs Matlab 2017b. I ran this command :
gpuDevice
to check the compatibility. I got this error message :
Error using gpuDevice (line 26)
There is a problem with the graphics driver or with this GPU device. Be sure that you have a
supported GPU and that the latest driver is installed.
Caused by:
The graphics driver was found, but it is too old. The graphics driver on your system supports CUDA version 6.5. The required CUDA version is 8 or greater.
tried to install the recent CUDA release from Nvidia (cuda_9.0.176_windows_network) and it didn't work.
installed the recent driver for the GPU card and CUDA 6.5 (cuda_6.5.14_windows_general_64) and no change at all.

답변 (1개)

Joss Knight
Joss Knight 2017년 12월 3일
편집: Joss Knight 2017년 12월 3일
To use a Fermi card with R2017b you will first need to install Update 2. Follow the link in this bug report: https://www.mathworks.com/support/bugreports/1668715
Secondly, NVIDIA have some backwards compatibility issues with Fermi cards and the latest drivers. You should install a CUDA 8 driver from the 37x series, such as this one: http://www.nvidia.com/download/driverResults.aspx/113456/en-us
It's worth noting that NVIDIA are no longer posting any certified drivers for the C1060 on their website, so it may well be that they have fully deprecated that card, and there could still be some other issues. However, drivers for any compatible card are normally fine. If there were other problems your only solution would be to not upgrade MATLAB and keep your original driver.
  댓글 수: 3
Edric Ellis
Edric Ellis 2017년 12월 4일
Support for the C1060 device was removed from Parallel Computing Toolbox in R2014b, see this release note.
caesar
caesar 2017년 12월 4일
Thanks Edric Ellis, now its all clear.

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

카테고리

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