Skip to content

Commit df3635e

Browse files
satyanveshdgargrahul
authored andcommitted
SWDEV-427356 - SWDEV-433499, SWDEV-427082 - Disable the cooperative groups failing tests on MI300
Change-Id: I126d09e155add8428b399f01d174009e33f5968e
1 parent dedfea6 commit df3635e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

catch/hipTestMain/config/config_amd_linux

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#define MI100
99
#endif
1010

11-
#if defined gfx90a || defined gfx940
11+
#if defined gfx90a || defined gfx940 || defined gfx941 || defined gfx942
1212
#define MI2XX
1313
#endif
1414

@@ -188,6 +188,8 @@
188188
"Unit_hipDestroyExternalSemaphore_Vulkan_Negative_Parameters",
189189
"SWDEV-415692 Soft hang in stress test on 29/08/23",
190190
"Unit_Grid_Group_Sync_Positive_Basic",
191+
"=== SWDEV-427356,SWDEV-433499:Below test fail with soft hang ===",
192+
"Unit_dynamic_loading_device_kernels_from_library",
191193
"=== Below hiprtc tests are disabled temporarily, will be renabled once patches for SWDEV-395996 are merged ===",
192194
"Unit_hiprtc_saxpy",
193195
"Unit_hiprtc_warpsize",

0 commit comments

Comments
 (0)