Function hip_sys::hiprt::hipGraphCreate

source ·
pub unsafe extern "C" fn hipGraphCreate(
    pGraph: *mut *mut ihipGraph,
    flags: u32
) -> 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.