Browse Source

Pre Merge pull request !1898 from 陈华/r1.5.0

pull/1898/MERGE
陈华 Gitee 4 years ago
parent
commit
863a199b08
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      third_party/fwkacllib/inc/opt_info/opt_info.h

+ 0
- 2
third_party/fwkacllib/inc/opt_info/opt_info.h View File

@@ -25,10 +25,8 @@ const Status FAILED = 0xFFFFFFFF;
const WorkMode kOffline = 0x0;
const WorkMode kInline = 0x01;

extern "C" {
__attribute__((visibility ("default")))
Status GetOptInfo(WorkMode mode, const std::string &soc_ver,
std::map<std::string, std::string> &opt_info_map);
}
} // namespace gelc


Loading…
Cancel
Save