How can I solve "Error using gpuArray"

조회 수: 44 (최근 30일)
Feyzanur Saglam
Feyzanur Saglam 2016년 12월 22일
편집: Walter Roberson 2020년 4월 29일
Error using gpuArray
An unexpected error occurred during CUDA execution. The CUDA error was:
unspecified launch failure
Error in SeriesNetwork/activations (line 346)
X = gpuArray(X);
Error in Untitled (line 115)
trainingFeatures = activations(convnet, trainingSet, featureLayer, ...
.. My GPU is CUDA-capable NVIDIA and compute capability higher 3.0... But I could not solve this problem. I'm glad you helped me.
  댓글 수: 3
nancy mehta
nancy mehta 2019년 7월 15일
try restarting your pc
Ricardo de Azevedo
Ricardo de Azevedo 2019년 11월 21일
I am facing the same problem now training an RNN and have tried both the TdrDelay to longer and the TdrLevel to 0.
Error:
Error using gpuArray/gatherAn unexpected error occurred during CUDA execution. The CUDA error was:CUDA_ERROR_LAUNCH_FAILED
The weird thing is the network trains for a while and then crashes, I can't really tell what triggers it.
(Using Matlab 2019b and latest NVIDIA drivers 441.20 for GTX 1080 Ti, Windows 10, i7-8700K)

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

답변 (3개)

Joss Knight
Joss Knight 2016년 12월 24일
  댓글 수: 1
Feyzanur Saglam
Feyzanur Saglam 2016년 12월 25일
편집: Feyzanur Saglam 2016년 12월 25일
thank you for the answer..I havent got pascal card. And my card compute capability lower 6.0 but I dont know why this problem originated..

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


Yahya Zakaria mohamed
Yahya Zakaria mohamed 2017년 6월 29일

Marius Bledea
Marius Bledea 2020년 4월 26일
편집: Walter Roberson 2020년 4월 29일

카테고리

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