From bb8c095a2174eaa87781f176458700b5b94085a2 Mon Sep 17 00:00:00 2001 From: xiaguozheng Date: Tue, 14 Oct 2025 17:33:05 +0800 Subject: [PATCH] OP_EXEC_NEVER_TIMEOUT --- inc/external/ge_common/ge_api_types.h | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/external/ge_common/ge_api_types.h b/inc/external/ge_common/ge_api_types.h index 906c45eca1..f4959d0d28 100644 --- a/inc/external/ge_common/ge_api_types.h +++ b/inc/external/ge_common/ge_api_types.h @@ -769,6 +769,7 @@ static const char_t *const SOC_INFO = "SoCInfo"; static const char_t *const AI_CORE_CNT = "ai_core_cnt"; static const char_t *const CUBE_CORE_CNT = "cube_core_cnt"; static const char_t *const VECTOR_CORE_CNT = "vector_core_cnt"; +static const char_t *const OP_EXEC_NEVER_TIMEOUT = "_op_exec_never_timeout"; } // public_attr } // namespace ge #endif // GE_API_TYPES_DEF -- Gitee