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.
此提交包含在:
Fábio Mestre
2026-01-26 11:37:25 +00:00
提交者 GitHub
父節點 72286016c6
當前提交 265d0a2d2b
共有 5 個檔案被更改,包括 13 行新增3 行删除
+2
查看文件
@@ -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 ===",
+2
查看文件
@@ -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",
+3 -1
查看文件
@@ -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"
]
}
+3 -1
查看文件
@@ -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"
]
}
+3 -1
查看文件
@@ -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"
]
}