pub unsafe extern "C" fn hipGraphExecGetFlags(
graphExec: hipGraphExec_t,
flags: *mut c_ulonglong,
) -> hipError_tExpand description
@brief Return the flags on executable graph.
@param [in] graphExec - Executable graph to get the flags. @param [out] flags - Flags used to instantiate this executable graph. @returns #hipSuccess, #hipErrorInvalidValue. @warning : This API is marked as beta, meaning, while this is feature complete, it is still open to changes and may have outstanding issues.