Files
rocm-systems/catch/stress/deviceallocation/CMakeLists.txt
T
ROCm CI Service Account de0eb21023 SWDEV-312831 - Adding device side malloc/new tests (#2635)
Following tests are added in this patch
1) Functional Tests
2) Stress Tests
3) Multiprocess Tests

Change-Id: Ifd2310fe8f5d555a9af9b87c296fdf6dd4a0a552
2022-08-05 16:21:15 +05:30

9 sor
235 B
CMake

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