hipgraphadddependencies Interface Reference

hipgraphadddependencies Interface Reference#

HIPFORT API Reference: hipfort::hipgraphadddependencies Interface Reference
hipfort::hipgraphadddependencies Interface Reference

Adds dependency edges to a graph. More...

Public Member Functions

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

Detailed Description

Adds dependency edges to a graph.

Parameters
[in]graph- instance of the graph to add dependencies.
[in]from- pointer to the graph nodes with dependenties to add from.
[in]to- pointer to the graph nodes to add dependenties to.
[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.

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