Dosyalar
rocm-systems/projects/hip-tests/catch/stress/stream/CMakeLists.txt
T
Jatin Chaudhary 1b16c4a295 Add tests for multi stream usage scenarios (#2608)
[ROCm/hip-tests commit: 80055d6147]
2022-06-20 16:21:13 +05:30

11 satır
296 B
CMake

# Common Tests - Test independent of all platforms
set(TEST_SRC
Stress_hipStreamCreate.cc
streamEnqueue.cc
)
hip_add_exe_to_target(NAME stream
TEST_SRC ${TEST_SRC}
TEST_TARGET_NAME stress_test
COMPILE_OPTIONS -std=c++14)