Files
rocm-systems/tests/catch/stress/memory/CMakeLists.txt
T
2022-06-10 21:16:23 +05:30

13 lines
324 B
CMake

# Common Tests - Test independent of all platforms
set(TEST_SRC
memcpy.cc
hipMemcpyMThreadMSize.cc
hipMallocManagedStress.cc
hipMemPrftchAsyncStressTst.cc
hipHostMalloc.cc
)
hip_add_exe_to_target(NAME memory
TEST_SRC ${TEST_SRC}
TEST_TARGET_NAME stress_test)