Browse Source

!501 add op_debug_level in global_options

From: @HW_KK
Reviewed-by: @youui,@ji_chen
Signed-off-by: @ji_chen
tags/v1.1.0
mindspore-ci-bot Gitee 3 years ago
parent
commit
5b2e8cdc9d
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      inc/external/ge/ge_api_types.h
  2. +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
parser

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

Loading…
Cancel
Save