SWDEV-327563 - Windows: enable skipped devicelib, event, stream tests (#2668)

Change-Id: Iebc9766f71f20148d2d4b6e08de7745111393a97
This commit is contained in:
ROCm CI Service Account
2022-05-06 23:34:10 +05:30
committed by GitHub
orang tua 308e9520c2
melakukan 824d79cd50
4 mengubah file dengan 11 tambahan dan 27 penghapusan
+4 -10
Melihat File
@@ -10,15 +10,9 @@ set(TEST_SRC
hipStreamGetCUMask.cc
hipAPIStreamDisable.cc
streamCommon.cc
)
#skipped in windows - duplicate HipTest::vector_square sym (compiler issue)
if(UNIX)
set(TEST_SRC ${TEST_SRC}
hipStreamWithCUMask.cc
hipStreamACb_MultiThread.cc)
endif()
hipStreamWithCUMask.cc
hipStreamACb_MultiThread.cc
)
else()
set(TEST_SRC
hipStreamCreate.cc
@@ -31,7 +25,7 @@ set(TEST_SRC
hipStreamCreateWithPriority.cc
hipAPIStreamDisable.cc
streamCommon.cc
)
)
endif()
hip_add_exe_to_target(NAME StreamTest