Function hip_sys::hiprt::hipGraphClone
source · pub unsafe extern "C" fn hipGraphClone(
pGraphClone: *mut *mut ihipGraph,
originalGraph: *mut ihipGraph
) -> hipError_tExpand 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.