) in the debug mode.
Thirdly, the NSight monitor will report a warning “CUDA grid launch failed” and “cudaErrorLaunchFailure” in the debugging mode;before the warning, there’s a sudden blackout of the screen.
My graphic card is gtx1080ti and my driver version is 382.33. My OS is windows 10.
I tried to reinstall my OS but the problem is still existed.
I also tried to debug some other sample project such as “cdpSimpleQuickSort”, the error message is a little bit different:
CUDA Dynamic Parallelism debugging is not supported in preemption mode. Breakpoints will be disabled.
Hello,
The full message of ouput is as listed. And I think it is in WDDM mode, I ran the deviceQuery in sample and it shows the result of WDDM mode.
CUDA context created : 2bfa3680770
CUDA module loaded: 2bfabd65b40 matrixMul.cu
CUDA grid launch failed: CUcontext: 3022103512944 CUmodule: 3022244961088 Function: _Z13matrixMulCUDAILi32EEvPfS0_S0_ii
CUDA context destroyed : 2bfa3680770
Hello. Any news about this problem? I’m having the same problem independently of the kernel code. I’m using VS2015, W10 64Bits, GTX 860M, NSight 5.2 and driver version 382.05
The odd part is that it used to work when I initially installed NSight but from few days ago, I’m having the same error message when trying to debug CUDA.