Skip to content

Commit 57db563

Browse files
committed
TEST: add tl/cuda push algorithm gtest
1 parent fe6af93 commit 57db563

2 files changed

Lines changed: 664 additions & 1 deletion

File tree

test/gtest/Makefile.am

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,8 @@ endif
120120
if HAVE_CUDA
121121
gtest_SOURCES += \
122122
core/test_mc_cuda.cc \
123-
core/test_ec_cuda.cc
123+
core/test_ec_cuda.cc \
124+
coll/test_tl_cuda_push.cc
124125
gtest_CPPFLAGS += \
125126
$(CUDA_CPPFLAGS)
126127
gtest_LDFLAGS += \

0 commit comments

Comments
 (0)