MATLAB 2020b does not recognize GTX570 even with CUDA 10.2 up-to-date
조회 수: 3 (최근 30일)
이전 댓글 표시
Hi fellows,
My colleague's system is Windows 7 64 bits.
All NVIDIA stuff is up-to-date, and we checked also using nvidia-smi command lines in prompt. Parallel Computing Toolbox is fine as well.
The error message after typing in MATLAB
gpuDevice
is always about to update CUDA to 10.2; even though it is already up-to-date.
One thing to notice is that he's using a trial version. Would it somehow affect what he's facing?
Any thoughts?
Thanks
댓글 수: 0
채택된 답변
Jason Ross
2020년 11월 5일
편집: Jason Ross
2020년 11월 5일
The GTX 570 card is based on the Fermi architecture. nVidia ended Fermi support in April 2018, so CUDA Toolkits more recent than 8.0 will not work with a Fermi card. This means that the latest release of MATLAB that will recognize this card is R2017b.
추가 답변 (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!