pub unsafe extern "C" fn hipGraphDestroy(
graph: hipGraph_t,
) -> hipError_t
Expand 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.