hipGraphExecDestroy

Function hipGraphExecDestroy 

Source
pub unsafe extern "C" fn hipGraphExecDestroy(
    graphExec: hipGraphExec_t,
) -> hipError_t
Expand description

@brief Destroys an executable graph

@param [in] graphExec - Instance of executable graph to destroy.

@returns #hipSuccess.