Constant CUDA_ERROR_LAUNCH_TIMEOUT

Source
pub const CUDA_ERROR_LAUNCH_TIMEOUT: cudaError_enum = 702;
Expand description

This indicates that the device kernel took too long to execute. This can only occur if timeouts are enabled - see the device attribute ::CU_DEVICE_ATTRIBUTE_KERNEL_EXEC_TIMEOUT for more information. 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.