Constant cudaErrorIllegalInstruction

Source
pub const cudaErrorIllegalInstruction: cudaError = 715;
Expand description

The device encountered an illegal instruction during kernel execution 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.