cubecl_hip_sys

Function hipGraphCreate

Source
pub unsafe extern "C" fn hipGraphCreate(
    pGraph: *mut hipGraph_t,
    flags: c_uint,
) -> hipError_t
Expand description

@brief Creates a graph

@param [out] pGraph - pointer to graph to create. @param [in] flags - flags for graph creation, must be 0.

@returns #hipSuccess, #hipErrorInvalidValue, #hipErrorMemoryAllocation

@warning : This API is marked as beta, meaning, while this is feature complete, it is still open to changes and may have outstanding issues.