pub unsafe extern "C" fn cuGraphDestroy(hGraph: CUgraph) -> CUresult
Expand description
\brief Destroys a graph
Destroys the graph specified by \p hGraph, as well as all of its nodes.
\param hGraph - Graph to destroy
\return ::CUDA_SUCCESS, ::CUDA_ERROR_DEINITIALIZED, ::CUDA_ERROR_NOT_INITIALIZED, ::CUDA_ERROR_INVALID_VALUE \note_graph_thread_safety \notefnerr
\sa ::cuGraphCreate