Constant CUDA_ERROR_ILLEGAL_INSTRUCTION

Source
pub const CUDA_ERROR_ILLEGAL_INSTRUCTION: cudaError_enum = 715;
Expand description

While executing a kernel, the device encountered an illegal instruction. 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.