hipgraphremovedependencies Interface Reference

hipgraphremovedependencies Interface Reference#

HIPFORT API Reference: hipfort::hipgraphremovedependencies Interface Reference
hipfort::hipgraphremovedependencies Interface Reference

Removes dependency edges from a graph. More...

Public Member Functions

integer(kind(hipsuccess)) function hipgraphremovedependencies_ (graph, from, to, numDependencies)
 

Detailed Description

Removes dependency edges from a graph.

Parameters
[in]graph- instance of the graph to remove dependencies.
[in]from- Array of nodes that provide the dependencies.
[in]to- Array of dependent nodes.
[in]numDependencies- the number of dependencies to remove.
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.

The documentation for this interface was generated from the following file: