Browse Source

add op_debug_level into ir_option

tags/v1.1.0
wuweikang 3 years ago
parent
commit
3598bcc60b
3 changed files with 3 additions and 2 deletions
  1. +1
    -0
      inc/external/ge/ge_api_types.h
  2. +1
    -1
      metadef
  3. +1
    -1
      parser

+ 1
- 0
inc/external/ge/ge_api_types.h View File

@@ -326,6 +326,7 @@ static const char *const OP_COMPILER_CACHE_DIR = ge::OP_COMPILER_CACHE_DIR;
static const char *const OP_COMPILER_CACHE_MODE = ge::OP_COMPILER_CACHE_MODE;
static const char *const MDL_BANK_PATH_FLAG = ge::MDL_BANK_PATH_FLAG.c_str();
static const char *const OP_BANK_PATH_FLAG = ge::OP_BANK_PATH_FLAG.c_str();
static const char *const OP_DEBUG_LEVEL = ge::OP_DEBUG_LEVEL.c_str();

// for interface: aclgrphBuildModel
const std::set<std::string> ir_builder_suppported_options = {INPUT_FORMAT,


+ 1
- 1
metadef

@@ -1 +1 @@
Subproject commit 2f299e7b532f0cc7031c35e5f0fe7a52ee4f4697
Subproject commit c9b6960725036291ed2328f5751beb4f01247526

+ 1
- 1
parser

@@ -1 +1 @@
Subproject commit 40c6b462724ad0bc1b76df1fb4fbd0df0e6c0536
Subproject commit 9e051f61274f0655c8e1d9a1a8f481c051063dae

Loading…
Cancel
Save