Files
rocm-systems/catch/stress/CMakeLists.txt
T

9 lines
282 B
CMake
Raw Normal View History

add_custom_target(stress_test COMMAND "${CMAKE_CTEST_COMMAND}" -R "Stress_"
COMMENT "Build complete, now executing the stress test ...")
add_subdirectory(memory)
2021-05-28 21:02:27 +05:30
if(HIP_PLATFORM MATCHES "amd")
add_subdirectory(printf)
add_subdirectory(stream)
endif()