Skip to content

Commit e6c3ba5

Browse files
committed
unit: expression tests with UMTensor
1 parent f106b02 commit e6c3ba5

File tree

2 files changed

+2597
-1
lines changed

2 files changed

+2597
-1
lines changed

tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ set(ta_test_src_files ta_test.cpp
105105
)
106106

107107
if(TILEDARRAY_HAS_CUDA OR TILEDARRAY_HAS_HIP)
108-
list(APPEND ta_test_src_files librett.cpp expressions_device_um.cpp btas_tensor_um.cpp tensor_um.cpp)
108+
list(APPEND ta_test_src_files librett.cpp expressions_device_um.cpp expressions_device_um_ta.cpp btas_tensor_um.cpp tensor_um.cpp)
109109
endif()
110110

111111
# if using C++20 must use Boost 1.74 or later:

0 commit comments

Comments
 (0)