hipStreamUpdateCaptureDependencies

Function hipStreamUpdateCaptureDependencies 

Source
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 that is being captured. @param [in] dependencies Pointer to an array of nodes to add/replace. @param [in] numDependencies Size of the dependencies array. @param [in] flags Flag to update dependency set. Should be one of the values in enum #hipStreamUpdateCaptureDependenciesFlags. @returns #hipSuccess, #hipErrorInvalidValue, #hipErrorIllegalState