We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dedfea6 commit df3635eCopy full SHA for df3635e
catch/hipTestMain/config/config_amd_linux
@@ -8,7 +8,7 @@
8
#define MI100
9
#endif
10
11
-#if defined gfx90a || defined gfx940
+#if defined gfx90a || defined gfx940 || defined gfx941 || defined gfx942
12
#define MI2XX
13
14
@@ -188,6 +188,8 @@
188
"Unit_hipDestroyExternalSemaphore_Vulkan_Negative_Parameters",
189
"SWDEV-415692 Soft hang in stress test on 29/08/23",
190
"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",
193
"=== Below hiprtc tests are disabled temporarily, will be renabled once patches for SWDEV-395996 are merged ===",
194
"Unit_hiprtc_saxpy",
195
"Unit_hiprtc_warpsize",
0 commit comments