SWDEV-327563 - Windows: Enable most of the memory tests skipped before (#2643)
Change-Id: Ibdaf22d139f4d2772c152b2f4455676a7adbc6bd
[ROCm/hip commit: 84c7cc50b4]
Tento commit je obsažen v:
odevzdal
GitHub
rodič
d4921ba9c0
revize
5c19483025
@@ -61,7 +61,11 @@
|
||||
"Unit_hipGraphExecMemcpyNodeSetParamsFromSymbol_Functional",
|
||||
"Unit_hipPtrGetAttribute_Simple",
|
||||
"Unit_hipStreamCreateWithPriority_ValidateWithEvents",
|
||||
"Unit_hipEvent"
|
||||
"Unit_hipEvent",
|
||||
"Unit_hipHostMalloc_NonCoherent",
|
||||
"Unit_hipHostMalloc_Coherent",
|
||||
"Unit_hipHostMalloc_Default",
|
||||
"Unit_hipStreamCreate_MultistreamBasicFunctionalities"
|
||||
]
|
||||
|
||||
}
|
||||
|
||||
@@ -62,6 +62,19 @@ set(TEST_SRC
|
||||
hipMemcpyToSymbol.cc
|
||||
hipMemcpyToSymbolAsync.cc
|
||||
hipPtrGetAttribute.cc
|
||||
hipMemcpyPeer.cc
|
||||
hipMemcpyPeerAsync.cc
|
||||
hipMemcpyWithStream.cc
|
||||
hipMemcpyWithStreamMultiThread.cc
|
||||
hipMemsetAsyncAndKernel.cc
|
||||
hipMemset2DAsyncMultiThreadAndKernel.cc
|
||||
hipMallocManaged.cc
|
||||
hipMallocConcurrency.cc
|
||||
hipMemcpyDtoD.cc
|
||||
hipMemcpyDtoDAsync.cc
|
||||
hipHostMalloc.cc
|
||||
hipMemcpy.cc
|
||||
hipMemcpyAsync.cc
|
||||
)
|
||||
else()
|
||||
set(TEST_SRC
|
||||
@@ -103,27 +116,28 @@ set(TEST_SRC
|
||||
hipMemcpyToSymbol.cc
|
||||
hipMemcpyToSymbolAsync.cc
|
||||
hipPtrGetAttribute.cc
|
||||
hipMemcpyPeer.cc
|
||||
hipMemcpyPeerAsync.cc
|
||||
hipMemcpyWithStream.cc
|
||||
hipMemcpyWithStreamMultiThread.cc
|
||||
hipMemsetAsyncAndKernel.cc
|
||||
hipMemset2DAsyncMultiThreadAndKernel.cc
|
||||
hipMallocManaged.cc
|
||||
hipMallocConcurrency.cc
|
||||
hipMemcpyDtoD.cc
|
||||
hipMemcpyDtoDAsync.cc
|
||||
hipHostMalloc.cc
|
||||
hipMemcpy.cc
|
||||
hipMemcpyAsync.cc
|
||||
)
|
||||
endif()
|
||||
|
||||
#skipped in windows -duplicate HipTest::vectorADD sym (compiler issue)
|
||||
# skipped due to os related code in tests
|
||||
# need to work on them when all the tests are enabled
|
||||
if(UNIX)
|
||||
set(TEST_SRC ${TEST_SRC}
|
||||
hipMemcpyPeer.cc
|
||||
hipMemcpyPeerAsync.cc
|
||||
hipMemcpyWithStream.cc
|
||||
hipMemcpyWithStreamMultiThread.cc
|
||||
hipMemsetAsyncAndKernel.cc
|
||||
hipMemset2DAsyncMultiThreadAndKernel.cc
|
||||
hipMallocManaged.cc
|
||||
hipMallocConcurrency.cc
|
||||
hipMemcpyDtoD.cc
|
||||
hipMemcpyDtoDAsync.cc
|
||||
hipMemoryAllocateCoherent.cc
|
||||
hipHostMalloc.cc
|
||||
hipMemcpy.cc
|
||||
hipMemcpyAsync.cc
|
||||
hipHmmOvrSubscriptionTst.cc)
|
||||
hipHmmOvrSubscriptionTst.cc
|
||||
hipMemoryAllocateCoherent.cc)
|
||||
endif()
|
||||
|
||||
hip_add_exe_to_target(NAME MemoryTest
|
||||
|
||||
Odkázat v novém úkolu
Zablokovat Uživatele