2
0

Disable Unit_hipStreamPerThread_MultiThread (#2409)

This test is launching threads that call HIP APIs and then
immediately detaching those threads and returning from main().

This causes multiple issues because when returning from main(),
global variables are destroyed while threads might still be running which
leads to random segfaults.
Este cometimento está contido em:
Fábio Mestre
2026-01-26 11:37:25 +00:00
cometido por GitHub
ascendente 72286016c6
cometimento 265d0a2d2b
5 ficheiros modificados com 13 adições e 3 eliminações
@@ -139,6 +139,8 @@
"Unit_Device_tgammaf_Accuracy_Limited_Positive",
"=== TODO === fail on 100% test data",
"Unit_Device___hfma2_Accuracy_Positive",
"=== Test does not reflect a valid use case - SWDEV-569454",
"Unit_hipStreamPerThread_MultiThread",
#endif
#if defined gfx90a || defined gfx942 || defined gfx950
"=== SWDEV-443630 : Below test failed in stress test on 19/01/24 ===",
@@ -749,6 +749,8 @@
"========mlsejenkins_Window_Failures_on_gfx1201===========================================",
"Unit_hipMemPoolSetAttribute_EventDependencies",
"Unit_hipStreamSynchronize_NullStreamSynchronization",
"=== Test does not reflect a valid use case - SWDEV-569454",
"Unit_hipStreamPerThread_MultiThread",
#endif
"=== Following tests disabled as it should be a local perf test",
"Performance_hipExtLaunchKernelGGL_QueryGPUFrequency",
@@ -629,6 +629,8 @@
"Unit_hipStreamCreate_WithPriorityPerformance_Nonblocking_high",
"Unit_hipStreamCreate_WithPriorityPerformance_Default_low",
"=== Following tests disabled as it should be a local perf test",
"Performance_hipExtLaunchKernelGGL_QueryGPUFrequency"
"Performance_hipExtLaunchKernelGGL_QueryGPUFrequency",
"=== Test does not reflect a valid use case - SWDEV-569454",
"Unit_hipStreamPerThread_MultiThread"
]
}
@@ -65,6 +65,8 @@
"Unit_Device___ll2half_rd_Accuracy_Positive",
"Unit_Device___ll2half_ru_Accuracy_Positive",
"Unit_Device___ull2half_rz_Accuracy_Positive",
"Unit_Device___ull2half_rd_Accuracy_Positive"
"Unit_Device___ull2half_rd_Accuracy_Positive",
"=== Test does not reflect a valid use case - SWDEV-569454",
"Unit_hipStreamPerThread_MultiThread"
]
}
@@ -65,6 +65,8 @@
"Unit_hipDeviceSynchronize_Functional",
"Unit_hipDeviceReset_Positive_Basic",
"Unit_hipDeviceReset_Positive_Threaded",
"Unit_hipModuleGetTexRef_Positive_Basic"
"Unit_hipModuleGetTexRef_Positive_Basic",
"=== Test does not reflect a valid use case - SWDEV-569454",
"Unit_hipStreamPerThread_MultiThread"
]
}