Function hip_sys::hiprt::hipGraphAddDependencies
source · pub unsafe extern "C" fn hipGraphAddDependencies(
graph: *mut ihipGraph,
from: *const *mut hipGraphNode,
to: *const *mut hipGraphNode,
numDependencies: usize
) -> hipError_tExpand description
@brief Adds dependency edges to a graph.
@param [in] graph - instance of the graph to add dependencies. @param [in] from - pointer to the graph nodes with dependenties to add from. @param [in] to - pointer to the graph nodes to add dependenties to. @param [in] numDependencies - the number of dependencies to add. @returns #hipSuccess, #hipErrorInvalidValue
@warning : This API is marked as beta, meaning, while this is feature complete, it is still open to changes and may have outstanding issues.