pub unsafe extern "C" fn hipStreamUpdateCaptureDependencies(
    stream: *mut ihipStream_t,
    dependencies: *mut *mut hipGraphNode,
    numDependencies: usize,
    flags: u32
) -> hipError_t
Expand description

@brief Update the set of dependencies in a capturing stream

@param [in] stream - Stream under capture. @param [in] dependencies - pointer to an array of nodes to Add/Replace. @param [in] numDependencies - size of the array in dependencies. @returns #hipSuccess, #hipErrorInvalidValue, #hipErrorIllegalState

@warning : This API is marked as beta, meaning, while this is feature complete, it is still open to changes and may have outstanding issues.