Function cuStreamCopyAttributes

Source
pub unsafe extern "C" fn cuStreamCopyAttributes(
    dst: CUstream,
    src: CUstream,
) -> CUresult
Expand description

\brief Copies attributes from source stream to destination stream.

Copies attributes from source stream \p src to destination stream \p dst. Both streams must have the same context.

\param[out] dst Destination stream \param[in] src Source stream For list of attributes see ::CUstreamAttrID

\return ::CUDA_SUCCESS, ::CUDA_ERROR_INVALID_VALUE \notefnerr

\sa ::CUaccessPolicyWindow