hipgraphaddexternalsemaphoreswaitnode Interface Reference#
hipfort::hipgraphaddexternalsemaphoreswaitnode Interface Reference
Creates a external semaphor wait node and adds it to a graph. More...
Public Member Functions | |
| integer(kind(hipsuccess)) function | hipgraphaddexternalsemaphoreswaitnode_ (pgraphnode, graph, pdependencies, numdependencies, nodeparams) |
Detailed Description
Creates a external semaphor wait node and adds it to a graph.
- Parameters
-
[out] pGraphNode - pointer to the graph node to create. [in] graph - instance of the graph to add the created node. [in] pDependencies - const pointer to the dependencies on the memset execution node. [in] numDependencies - the number of the dependencies. [in] nodeParams -pointer to the parameters.
- Returns
hipSuccess,hipErrorInvalidValue
Member Function/Subroutine Documentation
◆ hipgraphaddexternalsemaphoreswaitnode_()
| integer(kind(hipsuccess)) function hipfort::hipgraphaddexternalsemaphoreswaitnode::hipgraphaddexternalsemaphoreswaitnode_ | ( | type(c_ptr) | pgraphnode, |
| type(c_ptr), value | graph, | ||
| type(c_ptr) | pdependencies, | ||
| integer(c_size_t), value | numdependencies, | ||
| type(hipexternalsemaphorewaitnodeparams) | nodeparams | ||
| ) |
The documentation for this interface was generated from the following file: