2022-01-06 16:18:30 +05:30
|
|
|
# Common Tests - Test independent of all platforms
|
|
|
|
|
set(TEST_SRC
|
|
|
|
|
hipStreamPerThread_Basic.cc
|
|
|
|
|
hipStreamPerThread_Event.cc
|
|
|
|
|
hipStreamPerThread_MultiThread.cc
|
|
|
|
|
hipStreamPerThread_DeviceReset.cc
|
|
|
|
|
)
|
|
|
|
|
|
2022-02-09 08:17:45 -08:00
|
|
|
hip_add_exe_to_target(NAME StreamPerThreadTest
|
|
|
|
|
TEST_SRC ${TEST_SRC}
|
|
|
|
|
TEST_TARGET_NAME build_tests)
|