pub const cudaErrorInvalidPc: cudaError = 718;
Expand description
The device encountered an invalid program counter. 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.