f90c5d218c
Change-Id: I17101e39fd05eb35c087ebdf3cb005d428d9f206
8 lines
192 B
CMake
8 lines
192 B
CMake
add_custom_target(stress_test COMMAND "${CMAKE_CTEST_COMMAND}" -R "Stress_")
|
|
|
|
add_subdirectory(memory)
|
|
if(HIP_PLATFORM MATCHES "amd")
|
|
add_subdirectory(printf)
|
|
add_subdirectory(stream)
|
|
endif()
|