Skip to content

Commit 60d6d2a

Browse files
committed
cleanup: remove AddCUDAToolkit
1 parent b85021d commit 60d6d2a

2 files changed

Lines changed: 1 addition & 12 deletions

File tree

cmake/modules/AddCUDAToolkit.cmake

Lines changed: 0 additions & 10 deletions
This file was deleted.

tests/unit/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ set(ut_libs Catch2::Catch2)
1515
# we definitely have TARGET std::coroutine
1616
if (CXXStdCoroutine_FOUND)
1717
list(APPEND ut_src fibonacci-coro.cc)
18-
list(APPEND ut_src device_coro.cc)
1918
if (TTG_HAVE_CUDA)
20-
list(APPEND ut_src cuda_kernel.cu)
19+
list(APPEND ut_src device_coro.cc cuda_kernel.cu)
2120
endif(TTG_HAVE_CUDA)
2221
list(APPEND ut_libs std::coroutine)
2322
endif(CXXStdCoroutine_FOUND)

0 commit comments

Comments
 (0)