cubecl_hip_sys

Function hipGraphClone

Source
pub unsafe extern "C" fn hipGraphClone(
    pGraphClone: *mut hipGraph_t,
    originalGraph: hipGraph_t,
) -> hipError_t
Expand description

@brief Clones a graph.

@param [out] pGraphClone - Returns newly created cloned graph. @param [in] originalGraph - original graph to clone from. @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.