SWDEV-506876 - [catch2][dtest] Enable stress tests for hipStreamLegacy

Change-Id: Ica8d0e68f4ec19af48d6d417f018b9d8f375125d
This commit is contained in:
Rambabu Swargam
2024-12-31 13:35:09 +05:30
کامیت شده توسط Rakesh Roy
والد 5244a426c7
کامیت 94f5907371
3فایلهای تغییر یافته به همراه1 افزوده شده و 20 حذف شده
@@ -729,10 +729,7 @@
"Unit_hipDeviceGetGraphMemAttribute_Functional_Multi_Device",
"=== SWDEV-457316 Below tests are disabled temporarily to avoid combined PSDB ===",
"Unit_hipGraphAddMemFreeNode_Negative_NotSupported",
"=== SWDEV-478776 Below test is disabled due to fix is not avaialable in mainline ===",
"Unit_hipStreamLegacy_hipStreamSynchronize",
"=== These tests fail on linux PSDB 21/11/24 ===",
"Unit_hipStreamLegacy_InChildProcess",
"Unit_atomicMax_Positive_Multi_Kernel_Same_Address - double",
"Unit_atomicMax_Positive_Multi_Kernel_Same_Address - float",
"Unit_atomicMin_Positive_Multi_Kernel_Same_Address - double",
@@ -731,23 +731,6 @@
"=== SWDEV-475482 - Disable tests to merge clr change",
"Unit_hipCreateTextureObject_LinearResource",
"Unit_hipCreateTextureObject_Pitch2DResource",
"=== SWDEV-478745 Below tests are disabled due latest code not available in windows PSDB ===",
"Unit_hipStreamLegacy_WithBlockingStream",
"Unit_hipStreamLegacy_MultipleThreads",
"Unit_hipStreamLegacy_NegetiveCase",
"Unit_hipStreamLegacy_WithNonBlockingStream",
"Unit_hipStreamLegacy_WithStreamPerThread",
"Unit_hipStreamLegacy_MultiDevice",
"Unit_hipStreamLegacy_H2H_H2D_D2D_D2H_Default",
"Unit_hipStreamLegacy_MultiDeviceMultiOperation",
"Unit_hipStreamLegacy_TwoThreadsEachOneDiffOperation",
"Unit_hipStreamLegacy_TwoDevicesEachOneDiffOperation",
"Unit_hipStreamLegacy_TwoThreadsInTwoDevicesEachOneDiffOperation",
"Unit_hipStreamLegacy_InChildProcess",
"Unit_hipStreamLegacy_WithKernel",
"Unit_hipStreamLegacy_hipStreamSynchronize",
"Unit_hipStreamLegacy_WithSptCompilerOption",
"Unit_hipStreamLegacy_TwoThreadsDiffOperationWithSptCompOption",
"========================================================================================",
"=== SWDEV-468258 Below tests are temporarily disabled - windows PSDB failed",
"Unit_hipHostAlloc_Basic",
@@ -55,3 +55,4 @@ hip_add_exe_to_target(
add_executable(hipStreamLegacy_exe EXCLUDE_FROM_ALL hipStreamLegacy_exe.cc)
add_dependencies(StreamTest hipStreamLegacy_exe)
set_property(GLOBAL APPEND PROPERTY G_INSTALL_EXE_TARGETS hipStreamLegacy_exe)