Skip to main content

CUDA_ERROR_STREAM_DETACHED

Constant CUDA_ERROR_STREAM_DETACHED 

Source
pub const CUDA_ERROR_STREAM_DETACHED: cudaError_enum = 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.