Browse Source

rm compile macro

tags/v1.2.0
chenyemeng 3 years ago
parent
commit
04105fb40f
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      tests/ut/common/graph/CMakeLists.txt
  2. +1
    -0
      tests/ut/ge/CMakeLists.txt

+ 1
- 0
tests/ut/common/graph/CMakeLists.txt View File

@@ -67,6 +67,7 @@ set(SRC_FILES
"${GE_CODE_DIR}/metadef/graph/ge_attr_value.cc"
"${GE_CODE_DIR}/metadef/graph/attr_value.cc"
"${GE_CODE_DIR}/metadef/graph/buffer.cc"
"${GE_CODE_DIR}/metadef/graph/aligned_ptr.cc"
"${GE_CODE_DIR}/metadef/graph/compute_graph.cc"
"${GE_CODE_DIR}/metadef/graph/ge_attr_define.cc"
"${GE_CODE_DIR}/metadef/graph/graph.cc"


+ 1
- 0
tests/ut/ge/CMakeLists.txt View File

@@ -89,6 +89,7 @@ set(COMMON_SRC_FILES
"${GE_CODE_DIR}/metadef/graph/ge_attr_value.cc"
"${GE_CODE_DIR}/metadef/graph/attr_value.cc"
"${GE_CODE_DIR}/metadef/graph/buffer.cc"
"${GE_CODE_DIR}/metadef/graph/aligned_ptr.cc"
"${GE_CODE_DIR}/metadef/graph/compute_graph.cc"
"${GE_CODE_DIR}/metadef/graph/graph.cc"
"${GE_CODE_DIR}/metadef/graph/gnode.cc"


Loading…
Cancel
Save