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 destry.
@returns #hipSuccess.
@warning : This API is marked as beta, meaning, while this is feature complete, it is still open to changes and may have outstanding issues.