Browse Source

fix opt_info

pull/1861/head
陈华 4 years ago
parent
commit
e9a33f876e
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      ge/ge_opt_info/ge_opt_info.cc

+ 0
- 1
ge/ge_opt_info/ge_opt_info.cc View File

@@ -33,7 +33,6 @@ Status GeOptInfo::SetOptInfo() {
return FAILED;
}
GELOGD("Soc version:%s.", soc_ver.c_str());
std::map<std::string, std::string> opt_info;
std::map<std::string, std::string> opt_info = {
{"opt_module.pass", "ALL"},
{"opt_module.aoe", "ALL"},


Loading…
Cancel
Save