cubecl_hip_sys

Function hipGraphExecChildGraphNodeSetParams

Source
pub unsafe extern "C" fn hipGraphExecChildGraphNodeSetParams(
    hGraphExec: hipGraphExec_t,
    node: hipGraphNode_t,
    childGraph: hipGraph_t,
) -> hipError_t
Expand description

@brief Updates node parameters in the child graph node in the given graphExec.

@param [in] hGraphExec - instance of the executable graph with the node. @param [in] node - node from the graph which was used to instantiate graphExec. @param [in] childGraph - child graph with updated parameters. @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.