hipGraphDestroy

Function hipGraphDestroy 

Source
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. While this feature is complete, it can change and might have outstanding issues.