Function hip_sys::hiprt::hipGraphExecUpdate
source · pub unsafe extern "C" fn hipGraphExecUpdate(
hGraphExec: *mut hipGraphExec,
hGraph: *mut ihipGraph,
hErrorNode_out: *mut *mut hipGraphNode,
updateResult_out: *mut hipGraphExecUpdateResult
) -> hipError_tExpand description
@brief Check whether an executable graph can be updated with a graph and perform the update if * possible.
@param [in] hGraphExec - instance of executable graph to update. @param [in] hGraph - graph that contains the updated parameters. @param [in] hErrorNode_out - node which caused the permissibility check to forbid the update. @param [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.