de0eb21023
Following tests are added in this patch 1) Functional Tests 2) Stress Tests 3) Multiprocess Tests Change-Id: Ifd2310fe8f5d555a9af9b87c296fdf6dd4a0a552
10 linhas
317 B
CMake
10 linhas
317 B
CMake
add_custom_target(stress_test COMMAND "${CMAKE_CTEST_COMMAND}" -R "Stress_"
|
|
COMMENT "Build complete, now executing the stress test ...")
|
|
|
|
add_subdirectory(memory)
|
|
if(HIP_PLATFORM MATCHES "amd")
|
|
add_subdirectory(printf)
|
|
add_subdirectory(stream)
|
|
endif()
|
|
add_subdirectory(deviceallocation)
|