hipgraphaddnode Interface Reference#
hipfort::hipgraphaddnode Interface Reference
Creates a kernel execution node and adds it to a graph. More...
Public Member Functions | |
| integer(kind(hipsuccess)) function | hipgraphaddnode_ (pgraphnode, graph, pdependencies, numdependencies, nodeparams) |
Detailed Description
Creates a kernel execution node and adds it to a graph.
- Parameters
-
[out] pGraphNode - Pointer to kernel graph node that is created. [in] graph - Instance of graph to add the created node to. [in] pDependencies - Pointer to the dependencies on the kernel execution node. [in] numDependencies - Number of dependencies. [in] nodeParams - Pointer to the node parameters.
- Returns
hipSuccess,hipErrorInvalidValue.
Member Function/Subroutine Documentation
◆ hipgraphaddnode_()
| integer(kind(hipsuccess)) function hipfort::hipgraphaddnode::hipgraphaddnode_ | ( | type(c_ptr) | pgraphnode, |
| type(c_ptr), value | graph, | ||
| type(c_ptr) | pdependencies, | ||
| integer(c_size_t), value | numdependencies, | ||
| type(hipgraphnodeparams) | nodeparams | ||
| ) |
The documentation for this interface was generated from the following file: