cubecl_hip_sys

Function hipGraphInstantiateWithParams

Source
pub unsafe extern "C" fn hipGraphInstantiateWithParams(
    pGraphExec: *mut hipGraphExec_t,
    graph: hipGraph_t,
    instantiateParams: *mut hipGraphInstantiateParams,
) -> hipError_t
Expand description

@brief Creates an executable graph from a graph.

@param [out] pGraphExec - pointer to instantiated executable graph that is created. @param [in] graph - instance of graph to instantiate. @param [in] instantiateParams - Graph Instantiate Params @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.