pub unsafe extern "C" fn hipGraphInstantiateWithFlags(
    pGraphExec: *mut *mut hipGraphExec,
    graph: *mut ihipGraph,
    flags: u64
) -> 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] flags - Flags to control instantiation. @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.