Function rcudnn_sys::cudaGraphExecDestroy[][src]

pub unsafe extern "C" fn cudaGraphExecDestroy(
    graphExec: cudaGraphExec_t
) -> cudaError_t
Expand description

\brief Destroys an executable graph

Destroys the executable graph specified by \p graphExec.

\param graphExec - Executable graph to destroy

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

\sa ::cudaGraphInstantiate, ::cudaGraphUpload, ::cudaGraphLaunch