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 to.
[in]from- Pointer to the graph nodes with dependencies to add from.
[in]to- Pointer to the graph nodes to add dependencies to.
[in]numDependencies- Number of dependencies to add.
Returns
hipSuccess, hipErrorInvalidValue

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: