hipgraphexecupdate Interface Reference#
hipfort::hipgraphexecupdate Interface Reference
Check whether an executable graph can be updated with a graph and perform the update if * possible. More...
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 - Whether the graph update was permitted.
- Returns
- #hipSuccess, #hipErrorGraphExecUpdateFailure
- Warning
- : This API is marked as beta, meaning, while this is feature complete, it is still open to changes and may have outstanding issues.
The documentation for this interface was generated from the following file: