0
我正在運行的系統上下面的MATLAB代碼與一個GTX 1080和K80(含2個GPU)多GPU代碼運行幾秒鐘只
delete(gcp('nocreate'));
parpool('local',2);
spmd
gpuDevice(labindex+1)
end
reset(gpuDevice(2))
reset(gpuDevice(3))
parfor i=1:100
SingleGPUMatlabCode(i);
end
的代碼運行的繞第二。當我幾秒鐘後重新運行代碼。我收到消息:
Error using parallel.gpu.CUDADevice/reset
An unexpected error occurred during CUDA execution. The
CUDA error was:
unknown error
Error in CreateDictionary
reset(gpuDevice(2))
我試圖增加TdrDelay
,但它沒有幫助。