hipgraphexeceventwaitnodesetevent Interface Reference#
hipfort::hipgraphexeceventwaitnodesetevent Interface Reference
Sets the event for an event record node in the given graphExec. More...
Public Member Functions | |
integer(kind(hipsuccess)) function | hipgraphexeceventwaitnodesetevent_ (hGraphExec, hNode, event) |
Detailed Description
Sets the event for an event record node in the given graphExec.
- Parameters
-
[in] hGraphExec - instance of the executable graph with the node. [in] hNode - node from the graph which was used to instantiate graphExec. [in] event - pointer to the event.
- Returns
- hipSuccess, hipErrorInvalidValue
- Warning
- : This API is marked as beta, meaning, while this is feature complete, it is still open to changes and may have outstanding issues.
Member Function/Subroutine Documentation
◆ hipgraphexeceventwaitnodesetevent_()
integer(kind(hipsuccess)) function hipfort::hipgraphexeceventwaitnodesetevent::hipgraphexeceventwaitnodesetevent_ | ( | type(c_ptr), value | hGraphExec, |
type(c_ptr), value | hNode, | ||
type(c_ptr), value | event | ||
) |
The documentation for this interface was generated from the following file: