From 6df822316331273da0aecd26ff6dbc12c451f76e Mon Sep 17 00:00:00 2001 From: Rakesh Roy <137397847+rakesroy@users.noreply.github.com> Date: Thu, 14 Sep 2023 12:40:03 +0530 Subject: [PATCH] Disable tests which fail/hang in PSDB stress test on 13th Sep 2023 (#416) [ROCm/hip-tests commit: 8a8b157ca7e34fd59c6e2f950a6427900e4b1727] --- .../catch/hipTestMain/config/config_amd_linux | 30 +++++++++++++++++++ .../hipTestMain/config/config_amd_windows | 5 ++++ 2 files changed, 35 insertions(+) diff --git a/projects/hip-tests/catch/hipTestMain/config/config_amd_linux b/projects/hip-tests/catch/hipTestMain/config/config_amd_linux index 6c353b8921..d1cd4c975c 100644 --- a/projects/hip-tests/catch/hipTestMain/config/config_amd_linux +++ b/projects/hip-tests/catch/hipTestMain/config/config_amd_linux @@ -12,6 +12,10 @@ #define MI2XX #endif +#if defined gfx1100 || defined gfx1102 + #define NAVI3X +#endif + { "Info": [ "File generated for commit on below mentioned date and time", @@ -156,6 +160,9 @@ "=== SWDEV-419112 Below tests fail in stress test on 29/08/23 ===", "Unit_deviceAllocation_Malloc_ComplexDataType", "Unit_hipStreamCreate_WithPriorityPerformance_Default_low", + "=== Below tests tests fail in stress test on 13/09/23 ===", + "Unit_hipStreamCreate_Performance", + "Unit_hipStreamCreate_WithPriorityPerformance_Default_high", #endif #if defined MI100 "=== Below test soft hang in stress test on 29/08/23 ===", @@ -209,6 +216,29 @@ "Unit_hipMemcpyHtoA_multiDevice-PeerDeviceContext - int", "Unit_hipMemcpyHtoA_multiDevice-PeerDeviceContext - float", "Unit_hipDrvMemcpy3D_Host2ArrayDeviceContextChange", + "=== Below tests tests fail in stress test on 13/09/23 ===", + "Unit_hipGraphInstantiateWithFlags_DependencyGraphDeviceCtxtChg", + "Unit_hipGraphUpload_Functional_multidevice_test", + "Unit_hipMemcpyParam2D_multiDevice-D2D - char", + "Unit_hipMemcpyParam2D_multiDevice-D2D - float", + "Unit_hipMemcpyParam2D_multiDevice-D2D - int", + "Unit_hipMemcpyParam2D_multiDevice-D2D - double", + "Unit_hipMemcpyParam2D_multiDevice-D2D - long double", + "Unit_hipMemcpyParam2DAsync_multiDevice-StreamOnDiffDevice - char", + #endif + #if defined NAVI3X + "=== Below tests soft hang in stress test on 13/09/23 ===", + "Unit_hipMemsetFunctional_ZeroValue_hipMemsetD16", + "Unit_hipIpcMemAccess_Semaphores", + "Unit_hipStreamCreate_WithFlagsPerformance_Nonblocking", + "Unit_hipStreamCreate_WithFlagsPerformance_Default", + "Unit_hipStreamAttachMemAsync_Negative_Parameters", + "hipStreamPerThread_CoopLaunch", + "hipCGMultiGridGroupType", + "Grid_Group_Getters_Positive_Basic", + "Grid_Group_Getters_Via_Non_Member_Functions_Positive_Basic", + "Grid_Group_Sync_Positive_Basic", + "dynamic_loading_device_kernels_from_library", #endif "End of json" ] diff --git a/projects/hip-tests/catch/hipTestMain/config/config_amd_windows b/projects/hip-tests/catch/hipTestMain/config/config_amd_windows index cb95233c16..8ada36e3d9 100644 --- a/projects/hip-tests/catch/hipTestMain/config/config_amd_windows +++ b/projects/hip-tests/catch/hipTestMain/config/config_amd_windows @@ -244,6 +244,11 @@ "Unit_RTC_LinkerAPI", "Unit_hiprtc_half_shuffle", "Unit_hiprtc_includepath", + "=== Below tests fail in external CI for PR https://github.com/ROCm-Developer-Tools/hip-tests/pull/416 ===", + "Unit_hipStreamCreate_Performance", + "Unit_hipStreamCreate_WithFlagsPerformance_Nonblocking", + "Unit_hipStreamCreate_WithFlagsPerformance_Default", + "Unit_hipStreamCreate_WithPriorityPerformance_Nonblocking_low", #endif "End of json" ]