Runing code with matlab on the GPU restarts the PC

1 visualización (últimos 30 días)
ahmet emir
ahmet emir el 5 de En. de 2021
Editada: ahmet emir el 10 de En. de 2021
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 comentarios
Raymond Norris
Raymond Norris el 6 de En. de 2021
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 el 6 de En. de 2021
Editada: ahmet emir el 6 de En. de 2021
for example larger X values than 4000 pc restart itself

Iniciar sesión para comentar.

Respuesta aceptada

Joss Knight
Joss Knight el 10 de En. de 2021
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 comentario
ahmet emir
ahmet emir el 10 de En. de 2021
Editada: ahmet emir el 10 de En. de 2021
thanks for yor reply. I will control the PC's power supply

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre GPU Computing en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by