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

Change-Id: Iebc9766f71f20148d2d4b6e08de7745111393a97


[ROCm/hip-tests commit: 824d79cd50]
This commit is contained in:
ROCm CI Service Account
2022-05-06 23:34:10 +05:30
committed by GitHub
parent a53690ab69
commit 7253d79db9
4 changed files with 11 additions and 27 deletions
@@ -10,17 +10,11 @@ set(TEST_SRC
popc.cc
ldg.cc
threadfence_system.cc
syncthreadsand.cc
syncthreadscount.cc
syncthreadsor.cc
)
# skipped for windows compiler issue - Illegal instruction detected
if(UNIX)
set(TEST_SRC ${TEST_SRC}
syncthreadsand.cc
syncthreadscount.cc
syncthreadsor.cc)
endif()
# AMD only tests
set(AMD_TEST_SRC
unsafeAtomicAdd.cc