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