4f9ba54fb1
Helps to differentiate functional tests vs stress tests Change-Id: I6269fc58f21c9d4e8a71268006b8da926f0ddbe0
13 rindas
337 B
CMake
13 rindas
337 B
CMake
# Common Tests - Test independent of all platforms
|
|
set(TEST_SRC
|
|
memcpy.cc
|
|
hipMemcpyMThreadMSize.cc
|
|
hipMallocManagedStress.cc
|
|
hipMemPrftchAsyncStressTst.cc
|
|
hipHostMallocStress.cc
|
|
)
|
|
|
|
hip_add_exe_to_target(NAME memory_stress
|
|
TEST_SRC ${TEST_SRC}
|
|
TEST_TARGET_NAME stress_test)
|