SWDEV-329789 - ported MultiThread Test to catch2 (#2800)

Change-Id: Ic23244ed150c7e35188e30eee70e58438472bd45

[ROCm/hip-tests commit: 5a7d362eef]
This commit is contained in:
ROCm CI Service Account
2022-07-19 20:09:07 +05:30
committed by GitHub
parent cc66889e53
commit 51feb62db0
6 changed files with 471 additions and 0 deletions
@@ -0,0 +1,10 @@
# Common Tests - Test independent of all platforms
set(TEST_SRC
hipMultiThreadDevice.cc
hipMultiThreadStreams1.cc
hipMultiThreadStreams2.cc
)
hip_add_exe_to_target(NAME MultiThreadTest
TEST_SRC ${TEST_SRC}
TEST_TARGET_NAME build_tests)