Browse Source

!472 submodule update

Merge pull request !472 from 王笑天/ge_dev_local
pull/477/head
i-robot Gitee 3 years ago
parent
commit
ef3165832a
No known key found for this signature in database GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 7 additions and 1 deletions
  1. +1
    -1
      metadef
  2. +3
    -0
      tests/st/CMakeLists.txt
  3. +3
    -0
      tests/ut/parser/CMakeLists.txt

+ 1
- 1
metadef

@@ -1 +1 @@
Subproject commit 0a2335712484f85cd44a0f2402eac6932b22b40a
Subproject commit aa7950835420a2ee915e25238f52381f9bdde0fc

+ 3
- 0
tests/st/CMakeLists.txt View File

@@ -119,6 +119,8 @@ set(MATEDEF_SRC_FILES
"${PARSER_DIR}/metadef/graph/utils/constant_utils.cc" "${PARSER_DIR}/metadef/graph/utils/constant_utils.cc"
"${PARSER_DIR}/metadef/graph/utils/anchor_utils.cc" "${PARSER_DIR}/metadef/graph/utils/anchor_utils.cc"
"${PARSER_DIR}/metadef/graph/utils/ge_ir_utils.cc" "${PARSER_DIR}/metadef/graph/utils/ge_ir_utils.cc"
"${PARSER_DIR}/metadef/graph/utils/connection_matrix.cc"
"${PARSER_DIR}/metadef/graph/utils/cycle_detector.cc"
"${PARSER_DIR}/metadef/graph/utils/graph_utils.cc" "${PARSER_DIR}/metadef/graph/utils/graph_utils.cc"
"${PARSER_DIR}/metadef/graph/utils/node_utils.cc" "${PARSER_DIR}/metadef/graph/utils/node_utils.cc"
"${PARSER_DIR}/metadef/graph/utils/op_desc_utils.cc" "${PARSER_DIR}/metadef/graph/utils/op_desc_utils.cc"
@@ -126,6 +128,7 @@ set(MATEDEF_SRC_FILES
"${PARSER_DIR}/metadef/graph/utils/transformer_utils.cc" "${PARSER_DIR}/metadef/graph/utils/transformer_utils.cc"
"${PARSER_DIR}/metadef/graph/utils/tuning_utils.cc" "${PARSER_DIR}/metadef/graph/utils/tuning_utils.cc"
"${PARSER_DIR}/metadef/graph/utils/type_utils.cc" "${PARSER_DIR}/metadef/graph/utils/type_utils.cc"
"${PARSER_DIR}/metadef/graph/common/large_bm.cc"
"${PARSER_DIR}/metadef/ops/op_imp.cpp" "${PARSER_DIR}/metadef/ops/op_imp.cpp"
"${PARSER_DIR}/metadef/third_party/transformer/src/axis_util.cc" "${PARSER_DIR}/metadef/third_party/transformer/src/axis_util.cc"
"${PARSER_DIR}/metadef/third_party/transformer/src/expand_dimension.cc" "${PARSER_DIR}/metadef/third_party/transformer/src/expand_dimension.cc"


+ 3
- 0
tests/ut/parser/CMakeLists.txt View File

@@ -121,12 +121,15 @@ set(MATEDEF_SRC_FILES
"${PARSER_DIR}/metadef/graph/utils/anchor_utils.cc" "${PARSER_DIR}/metadef/graph/utils/anchor_utils.cc"
"${PARSER_DIR}/metadef/graph/utils/ge_ir_utils.cc" "${PARSER_DIR}/metadef/graph/utils/ge_ir_utils.cc"
"${PARSER_DIR}/metadef/graph/utils/graph_utils.cc" "${PARSER_DIR}/metadef/graph/utils/graph_utils.cc"
"${PARSER_DIR}/metadef/graph/utils/connection_matrix.cc"
"${PARSER_DIR}/metadef/graph/utils/cycle_detector.cc"
"${PARSER_DIR}/metadef/graph/utils/node_utils.cc" "${PARSER_DIR}/metadef/graph/utils/node_utils.cc"
"${PARSER_DIR}/metadef/graph/utils/op_desc_utils.cc" "${PARSER_DIR}/metadef/graph/utils/op_desc_utils.cc"
"${PARSER_DIR}/metadef/graph/utils/tensor_utils.cc" "${PARSER_DIR}/metadef/graph/utils/tensor_utils.cc"
"${PARSER_DIR}/metadef/graph/utils/transformer_utils.cc" "${PARSER_DIR}/metadef/graph/utils/transformer_utils.cc"
"${PARSER_DIR}/metadef/graph/utils/tuning_utils.cc" "${PARSER_DIR}/metadef/graph/utils/tuning_utils.cc"
"${PARSER_DIR}/metadef/graph/utils/type_utils.cc" "${PARSER_DIR}/metadef/graph/utils/type_utils.cc"
"${PARSER_DIR}/metadef/graph/common/large_bm.cc"
"${PARSER_DIR}/metadef/ops/op_imp.cpp" "${PARSER_DIR}/metadef/ops/op_imp.cpp"
"${PARSER_DIR}/metadef/third_party/transformer/src/axis_util.cc" "${PARSER_DIR}/metadef/third_party/transformer/src/axis_util.cc"
"${PARSER_DIR}/metadef/third_party/transformer/src/expand_dimension.cc" "${PARSER_DIR}/metadef/third_party/transformer/src/expand_dimension.cc"


Loading…
Cancel
Save