hipGraphRemoveDependencies

Function hipGraphRemoveDependencies 

Source
pub unsafe extern "C" fn hipGraphRemoveDependencies(
    graph: hipGraph_t,
    from: *const hipGraphNode_t,
    to: *const hipGraphNode_t,
    numDependencies: usize,
) -> hipError_t
Expand description

@brief Removes dependency edges from a graph.

@param [in] graph - Instance of the graph to remove dependencies from. @param [in] from - Array of nodes that provide the dependencies. @param [in] to - Array of dependent nodes. @param [in] numDependencies - Number of dependencies to remove. @returns #hipSuccess, #hipErrorInvalidValue