Skip to main content

hipStreamCopyAttributes

Function hipStreamCopyAttributes 

Source
pub unsafe extern "C" fn hipStreamCopyAttributes(
    dst: hipStream_t,
    src: hipStream_t,
) -> hipError_t
Expand description

@brief Copies attributes from source stream to destination stream. @param[in] dst - Destination stream @param[in] src - Source stream @returns #hipSuccess, #hipErrorInvalidValue