Files
rocm-systems/catch/stress/module/CMakeLists.txt
T
kjayapra-amd 895a844980 SWDEV-407994 - Adding stress test for hipModuleLoadData and hipModuleUnload code path.
Change-Id: I0b7e991ebb69699f6d285b0d3a08ea072fdfb5df
2023-11-01 21:50:44 -04:00

9 wiersze
230 B
CMake

# Common Tests - Test independent of all platforms
set(TEST_SRC
hipModuleLoadUnload.cc
)
hip_add_exe_to_target(NAME module_stress
TEST_SRC ${TEST_SRC}
TEST_TARGET_NAME stress_test)