Browse Source

fix error code and add complex128 support

pull/2049/head
lichun guopeian 3 years ago
parent
commit
1805caa53a
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      tests/ut/ge/CMakeLists.txt

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

@@ -670,6 +670,7 @@ set(MULTI_PARTS_TEST_FILES
"graph/build/stream_allocator_unittest.cc"
"graph/build/model_builder_unittest.cc"
"graph/build/mem_assigner_unittest.cc"
"graph/build/graph_mem_assigner_unittest.cc"
"graph/build/task_generator_unittest.cc"
"graph/build/buffer_pool_mem_assigner_unittest.cc"
"graph/execute/graph_execute_unittest.cc"


Loading…
Cancel
Save