Function rcudnn::cudaStreamCopyAttributes[][src]

pub unsafe extern "C" fn cudaStreamCopyAttributes(
    dst: *mut CUstream_st,
    src: *mut CUstream_st
) -> cudaError
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 attributes see ::cudaStreamAttrID

\return ::cudaSuccess, ::cudaErrorNotSupported \notefnerr

\sa ::cudaAccessPolicyWindow