From e5c7988d864ee7a71dd4fecc20b3096c738b7c50 Mon Sep 17 00:00:00 2001 From: lzl Date: Fri, 10 Jun 2022 10:32:15 +0800 Subject: [PATCH] test --- third_party/graphengine/inc/external/ge/ge_api_types.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/third_party/graphengine/inc/external/ge/ge_api_types.h b/third_party/graphengine/inc/external/ge/ge_api_types.h index 3bf5129141..68d1d9d342 100644 --- a/third_party/graphengine/inc/external/ge/ge_api_types.h +++ b/third_party/graphengine/inc/external/ge/ge_api_types.h @@ -261,6 +261,9 @@ const std::string BUFFER_OPTIMIZE = "ge.bufferOptimize"; // Configure Small Channel flag const std::string ENABLE_SMALL_CHANNEL = "ge.enableSmallChannel"; +// Configure Jit Compile +const std::string JIT_COMPILE = "ge.jit_compile"; + // Configure Compress Weight flag const std::string ENABLE_COMPRESS_WEIGHT = "ge.enableCompressWeight"; -- Gitee