From 200102c3bef778a533f053624f525b56b1564309 Mon Sep 17 00:00:00 2001 From: Chen Nuo <49788094+Cstandardlib@users.noreply.github.com> Date: Wed, 8 Jan 2025 22:50:16 +0800 Subject: [PATCH] Fix module_container test dependency on DCU --- .../module_base/module_container/ATen/ops/test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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