pub unsafe extern "C" fn hipStreamUpdateCaptureDependencies(
stream: hipStream_t,
dependencies: *mut hipGraphNode_t,
numDependencies: usize,
flags: c_uint,
) -> 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. @param [in] flags Flag how to update dependency set. Should be one of value in enum #hipStreamUpdateCaptureDependenciesFlags @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.