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.
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: