Skip to content

Commit 48fbc90

Browse files
authored
Fix module_container test dependency on DCU (#5838)
1 parent 77bad35 commit 48fbc90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
AddTest(
22
TARGET container_ops_uts
33
LIBS parameter ${math_libs}
4-
SOURCES einsum_op_test.cpp linalg_op_test.cpp
4+
SOURCES einsum_op_test.cpp linalg_op_test.cpp ../../kernels/lapack.cpp
55
)
66

77
target_link_libraries(container_ops_uts container base device)

0 commit comments

Comments
 (0)