Function rcudnn_sys::cudaGraphDestroy[][src]

pub unsafe extern "C" fn cudaGraphDestroy(
    graph: cudaGraph_t
) -> cudaError_t
Expand description

\brief Destroys a graph

Destroys the graph specified by \p graph, as well as all of its nodes.

\param graph - Graph to destroy

\return ::cudaSuccess, ::cudaErrorInvalidValue \note_graph_thread_safety \notefnerr \note_init_rt \note_callback \note_destroy_ub

\sa ::cudaGraphCreate