60e4e28d57
Change-Id: I0b7e991ebb69699f6d285b0d3a08ea072fdfb5df
[ROCm/hip-tests commit: 895a844980]
11 righe
342 B
CMake
11 righe
342 B
CMake
add_custom_target(stress_test COMMAND "${CMAKE_CTEST_COMMAND}" -R "Stress_"
|
|
COMMENT "Build complete, now executing the stress test ...")
|
|
|
|
add_subdirectory(memory)
|
|
add_subdirectory(module)
|
|
if(HIP_PLATFORM MATCHES "amd")
|
|
add_subdirectory(printf)
|
|
add_subdirectory(stream)
|
|
endif()
|
|
add_subdirectory(deviceallocation)
|