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 3bf51291412a44e637cd0e909778aa5dd0a709b4..68d1d9d34253ac989a8088c3ef3b5ee6a190e657 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";