pub unsafe extern "C" fn hipGraphExecDestroy(
graphExec: hipGraphExec_t,
) -> hipError_tExpand description
@brief Destroys an executable graph
@param [in] graphExec - Instance of executable graph to destroy.
@returns #hipSuccess.
pub unsafe extern "C" fn hipGraphExecDestroy(
graphExec: hipGraphExec_t,
) -> hipError_t@brief Destroys an executable graph
@param [in] graphExec - Instance of executable graph to destroy.
@returns #hipSuccess.