pub const CUDA_ERROR_INVALID_PC: cudaError_enum = 718;Expand description
While executing a kernel, the device program counter wrapped its address space. This leaves the process in an inconsistent state and any further CUDA work will return the same error. To continue using CUDA, the process must be terminated and relaunched.