Skip to main content

cudaErrorStreamDetached

Constant cudaErrorStreamDetached 

Source
pub const cudaErrorStreamDetached: cudaError = 917;
Expand description

This error indicates that the requested operation is not permitted because the stream is in a detached state. This can occur if the green context associated with the stream has been destroyed, limiting the stream’s operational capabilities.