hipgraphaddeventwaitnode Interface Reference#
hipfort::hipgraphaddeventwaitnode Interface Reference
Creates an event wait node and adds it to a graph. More...
Public Member Functions | |
| integer(kind(hipsuccess)) function | hipgraphaddeventwaitnode_ (pgraphnode, graph, pdependencies, numdependencies, event) |
Detailed Description
Creates an event wait 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 to be added. [in] pDependencies - const pointer to the node dependencies. [in] numDependencies - Number of dependencies. [in] event - Event for the node.
- Returns
hipSuccess,hipErrorInvalidValue
Member Function/Subroutine Documentation
◆ hipgraphaddeventwaitnode_()
| integer(kind(hipsuccess)) function hipfort::hipgraphaddeventwaitnode::hipgraphaddeventwaitnode_ | ( | type(c_ptr) | pgraphnode, |
| type(c_ptr), value | graph, | ||
| type(c_ptr) | pdependencies, | ||
| integer(c_size_t), value | numdependencies, | ||
| type(c_ptr), value | event | ||
| ) |
The documentation for this interface was generated from the following file: