hipgraphexecupdate Interface Reference#
hipfort::hipgraphexecupdate Interface Reference
Check whether an executable graph can be updated with a graph and perform the update if
- possible.
Public Member Functions | |
| integer(kind(hipsuccess)) function | hipgraphexecupdate_ (hgraphexec, hgraph, herrornode_out, updateresult_out) |
Detailed Description
Check whether an executable graph can be updated with a graph and perform the update if
- possible.
- Parameters
-
[in] hGraphExec - instance of executable graph to update. [in] hGraph - graph that contains the updated parameters. [in] hErrorNode_out - node which caused the permissibility check to forbid the update. [in] updateResult_out - Return code whether the graph update was performed.
- Returns
hipSuccess,hipErrorGraphExecUpdateFailure
Member Function/Subroutine Documentation
◆ hipgraphexecupdate_()
| integer(kind(hipsuccess)) function hipfort::hipgraphexecupdate::hipgraphexecupdate_ | ( | type(c_ptr), value | hgraphexec, |
| type(c_ptr), value | hgraph, | ||
| type(c_ptr) | herrornode_out, | ||
| type(c_ptr), value | updateresult_out | ||
| ) |
The documentation for this interface was generated from the following file: