Hello Guys,
I am launching a kernel which fails whenever I am trying to read a global device array inside it (i.e int a = devMem_Array[0]). Also, I got this error: CUDA grid launch failed: CUcontext: 2636322209376 CUmodule: 2636146208032 Function: _Z30MyKernelPdS_S_S_PiS_S0_S_S_S_ddi
I made sure that the device array has been well allocated and I don’t know why the reading on this memory will fail.
Please can you tell me what I should do?
Thanks