diff --git a/source/module_base/module_container/ATen/ops/test/CMakeLists.txt b/source/module_base/module_container/ATen/ops/test/CMakeLists.txt index 260aaa800f..0cc2c090ca 100644 --- a/source/module_base/module_container/ATen/ops/test/CMakeLists.txt +++ b/source/module_base/module_container/ATen/ops/test/CMakeLists.txt @@ -1,7 +1,7 @@ AddTest( TARGET container_ops_uts LIBS parameter ${math_libs} - SOURCES einsum_op_test.cpp linalg_op_test.cpp + SOURCES einsum_op_test.cpp linalg_op_test.cpp ../../kernels/lapack.cpp ) target_link_libraries(container_ops_uts container base device) \ No newline at end of file