hipgraphaddchildgraphnode Interface Reference#
hipfort::hipgraphaddchildgraphnode Interface Reference
Creates a child graph node and adds it to a graph. More...
Public Member Functions | |
| integer(kind(hipsuccess)) function | hipgraphaddchildgraphnode_ (pgraphnode, graph, pdependencies, numdependencies, childgraph) |
Detailed Description
Creates a child graph 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. [in] pDependencies - const pointer to the dependencies of the memset execution node. [in] numDependencies - Number of dependencies. [in] childGraph - Graph to clone into this node
- Returns
hipSuccess,hipErrorInvalidValue
Member Function/Subroutine Documentation
◆ hipgraphaddchildgraphnode_()
| integer(kind(hipsuccess)) function hipfort::hipgraphaddchildgraphnode::hipgraphaddchildgraphnode_ | ( | type(c_ptr) | pgraphnode, |
| type(c_ptr), value | graph, | ||
| type(c_ptr) | pdependencies, | ||
| integer(c_size_t), value | numdependencies, | ||
| type(c_ptr), value | childgraph | ||
| ) |
The documentation for this interface was generated from the following file: