Function hip_sys::hiprt::hipGraphDestroy
source · pub unsafe extern "C" fn hipGraphDestroy(
graph: *mut ihipGraph
) -> hipError_tExpand description
@brief Destroys a graph
@param [in] graph - instance of graph to destroy.
@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.