Files
kjayapra-amd 60e4e28d57 SWDEV-407994 - Adding stress test for hipModuleLoadData and hipModuleUnload code path.
Change-Id: I0b7e991ebb69699f6d285b0d3a08ea072fdfb5df


[ROCm/hip-tests commit: 895a844980]
2023-11-01 21:50:44 -04:00

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)