hipgraphaddemptynode Interface Reference#
hipfort::hipgraphaddemptynode Interface Reference
Creates an empty node and adds it to a graph. More...
Public Member Functions | |
integer(kind(hipsuccess)) function | hipgraphaddemptynode_ (pGraphNode, graph, pDependencies, numDependencies) |
Detailed Description
Creates an empty node and adds it to a graph.
- Parameters
-
[out] pGraphNode - pointer to the graph node to create and add to the graph. [in] graph - instane of the graph the node is add to. [in] pDependencies - pointer to the node dependenties. [in] numDependencies - the number of dependencies.
- 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: