hipgraphaddhostnode Interface Reference#
hipfort::hipgraphaddhostnode Interface Reference
Creates a host execution node and adds it to a graph. More...
Public Member Functions | |
integer(kind(hipsuccess)) function | hipgraphaddhostnode_ (pGraphNode, graph, pDependencies, numDependencies, pNodeParams) |
Detailed Description
Creates a host execution node and adds it to a graph.
- Parameters
-
[out] pGraphNode - pointer to the graph node to create. [in] graph - instance of the graph to add the created node. [in] pDependencies - pointer to the dependencies on the memset execution node. [in] numDependencies - the number of the dependencies. [in] pNodeParams -pointer to the parameters.
- 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: