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 graph node that is created. [in] graph - Instance of the graph to add the created node to. [in] pDependencies - const pointer to the dependencies of the memset execution node. [in] numDependencies - Number of dependencies. [in] pNodeParams - Pointer to the parameters.
- Returns
hipSuccess,hipErrorInvalidValue
Member Function/Subroutine Documentation
◆ hipgraphaddhostnode_()
| integer(kind(hipsuccess)) function hipfort::hipgraphaddhostnode::hipgraphaddhostnode_ | ( | type(c_ptr) | pgraphnode, |
| type(c_ptr), value | graph, | ||
| type(c_ptr) | pdependencies, | ||
| integer(c_size_t), value | numdependencies, | ||
| type(hiphostnodeparams) | pnodeparams | ||
| ) |
The documentation for this interface was generated from the following file: