Function cuGraphExecDestroy

Source
pub unsafe extern "C" fn cuGraphExecDestroy(
    hGraphExec: CUgraphExec,
) -> CUresult
Expand description

\brief Destroys an executable graph

Destroys the executable graph specified by \p hGraphExec, as well as all of its executable nodes. If the executable graph is in-flight, it will not be terminated, but rather freed asynchronously on completion.

\param hGraphExec - Executable graph to destroy

\return ::CUDA_SUCCESS, ::CUDA_ERROR_DEINITIALIZED, ::CUDA_ERROR_NOT_INITIALIZED, ::CUDA_ERROR_INVALID_VALUE \note_graph_thread_safety \notefnerr

\sa ::cuGraphInstantiate, ::cuGraphUpload, ::cuGraphLaunch