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.

Member Function/Subroutine Documentation

◆ hipgraphadddependencies_()

integer(kind(hipsuccess)) function hipfort::hipgraphadddependencies::hipgraphadddependencies_ ( type(c_ptr), value  graph,
type(c_ptr)  from,
type(c_ptr)  to,
integer(c_size_t), value  numDependencies 
)

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