Constant cudaErrorSystemNotReady

Source
pub const cudaErrorSystemNotReady: cudaError = 802;
Expand description

This error indicates that the system is not yet ready to start any CUDA work. To continue using CUDA, verify the system configuration is in a valid state and all required driver daemons are actively running. More information about this error can be found in the system specific user guide.