필터 지우기
필터 지우기

Runing code with matlab on the GPU restarts the PC

조회 수: 4 (최근 30일)
ahmet emir
ahmet emir 2021년 1월 5일
편집: ahmet emir 2021년 1월 10일
We have Z820 worksation which have 192GB RAM and RTX2080 TI GPU on it. When I wrote below code
X values which is small (X<4000) it works. But big values PC restart itself after run the code . I set up latest nvida cuda drivers .
Would you give me advices??
X=4000;
tempCPU= single(rand(X,X))
tempGPU= gpuArray(tempCPU)
time=gputimeit(@()(tempGPU*tempGPU))
  댓글 수: 2
Raymond Norris
Raymond Norris 2021년 1월 6일
Just to clarify, for large values for X, MATLAB runs the code and then your machine reboots (i.e. restarts)? What values of X are you seeing this happen?
ahmet emir
ahmet emir 2021년 1월 6일
편집: ahmet emir 2021년 1월 6일
for example larger X values than 4000 pc restart itself

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

채택된 답변

Joss Knight
Joss Knight 2021년 1월 10일
Almost always the only way the GPU can cause your PC to restart is a power supply issue. You should check that your PC's power supply is sufficient to supply the maximum power required by your GPU.
  댓글 수: 1
ahmet emir
ahmet emir 2021년 1월 10일
편집: ahmet emir 2021년 1월 10일
thanks for yor reply. I will control the PC's power supply

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

추가 답변 (0개)

카테고리

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