Skip to main content

cudaError_cudaErrorInvalidPc

Constant cudaError_cudaErrorInvalidPc 

Source
pub const cudaError_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.