blob: 7a70ca882459a14e18b057c698c8a6bdaeae875d [file] [log] [blame]
if(STREAM_EXECUTOR_ENABLE_CUDA_PLATFORM)
set(CUDA_TEST_SOURCES cuda/CUDATest.cpp)
endif()
add_se_unittest(
StreamExecutorCoreTests
DeviceTest.cpp
KernelSpecTest.cpp
PackedKernelArgumentArrayTest.cpp
StreamTest.cpp
${CUDA_TEST_SOURCES}
)