Files
paddlepaddle--paddle/test/cpp/cinn/runtime/cuda/CMakeLists.txt
T
2026-07-13 12:40:42 +08:00

6 lines
108 B
CMake

if(NOT WITH_CUDA)
return()
endif()
cinn_nv_test(test_cuda_module SRCS cuda_module_test.cc DEPS cinncore)