SWDEV-428670 - Delete hipStream*Performance tests
This class of tests can fail randomnly since they assume that time to
create first set of stream should be greater than second set. This is
incorrect since there can be multiple reason why the time for second
batch can be greater than the first batch.
Change-Id: I5f91c2bab7119608014dead25fdeb38523c61682
[ROCm/hip-tests commit: 39aeb7b42e]
This commit is contained in:
@@ -132,14 +132,6 @@
|
||||
"Unit_hipEventIpc",
|
||||
"=== SWDEV-427101:Below test fails randomly in PSDB ===",
|
||||
"Unit_deviceAllocation_InOneThread_AccessInAllThreads",
|
||||
"=== StreamCreate Performance tests may potentially fail on all configs ===",
|
||||
"Unit_hipStreamCreate_Performance",
|
||||
"Unit_hipStreamCreate_WithFlagsPerformance_Nonblocking",
|
||||
"Unit_hipStreamCreate_WithFlagsPerformance_Default",
|
||||
"Unit_hipStreamCreate_WithPriorityPerformance_Nonblocking_low",
|
||||
"Unit_hipStreamCreate_WithPriorityPerformance_Nonblocking_high",
|
||||
"Unit_hipStreamCreate_WithPriorityPerformance_Default_low",
|
||||
"Unit_hipStreamCreate_WithPriorityPerformance_Default_high",
|
||||
"=== Patch which removes the typetraits implementation from std namespace in hiprtc is reverted ===",
|
||||
"Unit_hiprtc_stdheaders",
|
||||
#endif
|
||||
@@ -221,12 +213,6 @@
|
||||
"=== SWDEV-432556:Below test failed in stress test on 10/11/23 ===",
|
||||
"Unit_hipDeviceGetUuid_From_RocmInfo",
|
||||
#endif
|
||||
#if defined NAVI21
|
||||
"=== Below tests failed in stress test on 11/10/23 ===",
|
||||
"Unit_hipStreamCreate_Performance",
|
||||
"Unit_hipStreamCreate_WithFlagsPerformance_Nonblocking",
|
||||
"Unit_hipStreamCreate_WithFlagsPerformance_Default",
|
||||
#endif
|
||||
#if defined NAVI3X
|
||||
"=== Below tests soft hang in stress test on 13/09/23 ===",
|
||||
"Unit_hipMemsetFunctional_ZeroValue_hipMemsetD16",
|
||||
@@ -238,8 +224,6 @@
|
||||
"Grid_Group_Getters_Via_Non_Member_Functions_Positive_Basic",
|
||||
"Grid_Group_Sync_Positive_Basic",
|
||||
"dynamic_loading_device_kernels_from_library",
|
||||
"=== Below tests failed in stress test on 11/10/23 ===",
|
||||
"Unit_hipStreamCreate_WithPriorityPerformance_Nonblocking_low",
|
||||
#endif
|
||||
"End of json"
|
||||
]
|
||||
|
||||
@@ -213,14 +213,6 @@
|
||||
"Unit_hipGetChannelDesc_Negative_Parameters",
|
||||
"Unit_hipTextureMipmapRef2D_Positive_Check",
|
||||
"Unit_hipTextureMipmapRef2D_Negative_Parameters",
|
||||
"=== StreamCreate Performance tests may potentially fail on all configs ===",
|
||||
"Unit_hipStreamCreate_Performance",
|
||||
"Unit_hipStreamCreate_WithFlagsPerformance_Nonblocking",
|
||||
"Unit_hipStreamCreate_WithFlagsPerformance_Default",
|
||||
"Unit_hipStreamCreate_WithPriorityPerformance_Nonblocking_low",
|
||||
"Unit_hipStreamCreate_WithPriorityPerformance_Nonblocking_high",
|
||||
"Unit_hipStreamCreate_WithPriorityPerformance_Default_low",
|
||||
"Unit_hipStreamCreate_WithPriorityPerformance_Default_high",
|
||||
"=== SWDEV-430116:Below tests failed in stress test on 27/10/23 ===",
|
||||
"Unit_hipFreeAsync_negative",
|
||||
"Unit_hipLaunchHostFunc_multistreams",
|
||||
|
||||
@@ -20,11 +20,6 @@
|
||||
"Unit_ChannelDescriptor_Positive_Basic_4D - long4",
|
||||
"=== Below test fails in external CI for PR https://github.com/ROCm-Developer-Tools/hip-tests/pull/38 ===",
|
||||
"Unit_hipFreeAsync_negative",
|
||||
"=== Below test fails in external CI for PR https://github.com/ROCm-Developer-Tools/hip-tests/pull/222 ===",
|
||||
"Unit_hipStreamCreate_Performance",
|
||||
"Unit_hipStreamCreate_WithPriorityPerformance_Nonblocking_high",
|
||||
"Unit_hipStreamCreate_WithPriorityPerformance_Default_low",
|
||||
"Unit_hipStreamCreate_WithPriorityPerformance_Nonblocking_low",
|
||||
"=== Below test fails in external CI for PR https://github.com/ROCm-Developer-Tools/hip-tests/pull/92 ===",
|
||||
"Unit_hipGetTexObjectResourceDesc_positive",
|
||||
"Unit_hipGetTexObjectResourceDesc_Negative_Parameters",
|
||||
@@ -32,7 +27,6 @@
|
||||
"Unit_hipGetTexObjectTextureDesc_Negative_Parameters",
|
||||
"Unit_hipTexObjectDestroy_positive",
|
||||
"=== Below tests tests fail randomly in PSDB ===",
|
||||
"Unit_hipStreamCreate_WithPriorityPerformance_Default_high",
|
||||
"Unit_hipGraphInstantiateWithFlags_DependencyGraphDeviceCtxtChg",
|
||||
"Unit_hipGraphUpload_Functional_multidevice_test",
|
||||
"Unit_hipMemcpyParam2D_multiDevice-D2D - char",
|
||||
@@ -43,8 +37,6 @@
|
||||
"Unit_hipMemcpyParam2DAsync_multiDevice-StreamOnDiffDevice - char",
|
||||
"Unit_hipMemsetFunctional_ZeroValue_hipMemsetD16",
|
||||
"Unit_hipIpcMemAccess_Semaphores",
|
||||
"Unit_hipStreamCreate_WithFlagsPerformance_Nonblocking",
|
||||
"Unit_hipStreamCreate_WithFlagsPerformance_Default",
|
||||
"Unit_hipStreamAttachMemAsync_Negative_Parameters",
|
||||
"hipStreamPerThread_CoopLaunch",
|
||||
"hipCGMultiGridGroupType",
|
||||
|
||||
Reference in New Issue
Block a user