Browse Source

add op_debug_level in global_options

pull/488/MERGE^2
wuweikang 4 years ago
parent
commit
2846d5a3f9
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

@@ -420,6 +420,7 @@ const std::set<std::string> global_options = {CORE_TYPE,
ENABLE_SMALL_CHANNEL,
OP_SELECT_IMPL_MODE,
OPTYPELIST_FOR_IMPLMODE,
OP_DEBUG_LEVEL,
DEBUG_DIR,
OP_COMPILER_CACHE_DIR,
OP_COMPILER_CACHE_MODE};


+ 1
- 1
metadef

@@ -1 +1 @@
Subproject commit 6995fa3682b9e1147c5173e56192126d2f91a2b7
Subproject commit cb50fa2c2141bc5bc679bc47949ed8247850406e

+ 1
- 1
parser

@@ -1 +1 @@
Subproject commit 742f940d8868fbd2f5de19f726d6d28142bc0a6e
Subproject commit 9e392045c26a57913b512d0686e1285650b62abe

Loading…
Cancel
Save