Function rcudnn::cudaGraphDestroy[][src]

pub unsafe extern "C" fn cudaGraphDestroy(
    graph: *mut CUgraph_st
) -> cudaError
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