Constant CUDA_ERROR_NOT_READY

Source
pub const CUDA_ERROR_NOT_READY: cudaError_enum = 600;
Expand description

This indicates that asynchronous operations issued previously have not completed yet. This result is not actually an error, but must be indicated differently than ::CUDA_SUCCESS (which indicates completion). Calls that may return this value include ::cuEventQuery() and ::cuStreamQuery().