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"
]
}