Skip to content

Commit e3f7e33

Browse files
authored
[SYCL][E2E] Fix failing tests after driver update (#18600)
Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 44a1025 commit e3f7e33

14 files changed

+21
-12
lines changed

sycl/test-e2e/Adapters/level_zero/ext_intel_cslice.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// XFAIL: gpu-intel-pvc-1T
55
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/15699
66

7-
// XFAIL: linux && run-mode && (arch-intel_gpu_bmg_g21 || gpu-intel-dg2)
7+
// XFAIL: linux && run-mode && (arch-intel_gpu_bmg_g21 || gpu-intel-dg2) && !igc-dev
88
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18576
99

1010
// RUN: %{build} -Wno-error=deprecated-declarations -o %t.out

sycl/test-e2e/Adapters/level_zero/ext_intel_queue_index.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// XFAIL: gpu-intel-pvc-1T
55
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/15699
66

7-
// XFAIL: linux && run-mode && (arch-intel_gpu_bmg_g21 || gpu-intel-dg2)
7+
// XFAIL: linux && run-mode && (arch-intel_gpu_bmg_g21 || gpu-intel-dg2) && !igc-dev
88
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18576
99

1010
// RUN: %{build} -o %t.out

sycl/test-e2e/Adapters/sycl-ls-uuid-subdevs.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* devices. */
33
// REQUIRES: gpu, level_zero
44

5-
// XFAIL: linux && run-mode && (arch-intel_gpu_bmg_g21 || gpu-intel-dg2)
5+
// XFAIL: linux && run-mode && (arch-intel_gpu_bmg_g21 || gpu-intel-dg2) && !igc-dev
66
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18576
77

88
// As of now, ZEX_NUMBER_OF_CCS is not working with FLAT hierachy,

sycl/test-e2e/Graph/Explicit/basic_usm.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
// Extra run to check for immediate-command-list in Level Zero
66
// RUN: %if level_zero %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 %{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
77

8-
// Test is flaky on Windows, disable until it can be fixed
9-
// UNSUPPORTED: windows
8+
// Test is flaky on Windows and Linux DG2, disable until it can be fixed
9+
// UNSUPPORTED: windows || gpu-intel-dg2
1010
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/11852
1111

1212
#define GRAPH_E2E_EXPLICIT

sycl/test-e2e/Graph/Explicit/buffer_ordering.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// XFAIL: run-mode && gpu-intel-dg2
1+
// XFAIL: run-mode && gpu-intel-dg2 && !igc-dev
22
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18579
33
// RUN: %{build} -o %t.out
44
// RUN: %{run} %t.out

sycl/test-e2e/Graph/RecordReplay/buffer_ordering.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// XFAIL: run-mode && gpu-intel-dg2
1+
// XFAIL: run-mode && gpu-intel-dg2 && !igc-dev
22
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18579
33
// RUN: %{build} -o %t.out
44
// RUN: %{run} %t.out

sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// UNSUPPORTED: target-nvidia, target-amd
99
// UNSUPPORTED-INTENDED: aspect-ext_intel_matrix isn't currently supported for
1010
// other triples
11+
// XFAIL: run-mode && igc-dev
12+
// XFAIL-TRACKER: CMPLRLLVM-66371
1113
// REQUIRES: aspect-ext_intel_matrix
1214

1315
// RUN: %{build} -o %t_vnni.out -DVNNI %fp-model-precise

sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_SLM.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// UNSUPPORTED: target-nvidia, target-amd
99
// UNSUPPORTED-INTENDED: aspect-ext_intel_matrix isn't currently supported for
1010
// other triples
11-
// XFAIL: run-mode && gpu-intel-dg2
11+
// XFAIL: run-mode && (gpu-intel-dg2 || igc-dev)
1212
// XFAIL-TRACKER: CMPLRLLVM-66371
1313

1414
// REQUIRES: aspect-ext_intel_matrix, gpu

sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_arg_dim.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
// Waiting for the commit in IGC to be pulled into the driver to resolve the
1919
// test.
20-
// XFAIL: gpu-intel-dg2 && run-mode
20+
// XFAIL: run-mode && igc-dev
2121
// XFAIL-TRACKER: GSD-10510
2222

2323
#include "common.hpp"

sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_init.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
// UNSUPPORTED: target-nvidia, target-amd
99
// UNSUPPORTED-INTENDED: aspect-ext_intel_matrix isn't currently supported for
1010
// other triples
11-
11+
// XFAIL: run-mode && igc-dev
12+
// XFAIL-TRACKER: CMPLRLLVM-66371
1213
// REQUIRES: aspect-ext_intel_matrix, gpu
1314

1415
// RUN: %{build} -o %t.out -DINIT_LIST -DVNNI %fp-model-precise

sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_prefetch.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
// REQUIRES: aspect-ext_intel_matrix
1313
// UNSUPPORTED: gpu-intel-dg2
1414

15+
// XFAIL: run-mode && igc-dev
16+
// XFAIL-TRACKER: CMPLRLLVM-66371
17+
1518
// RUN: %{build} -o %t_vnni.out -DPREFETCH -DVNNI %fp-model-precise
1619
// RUN: %{run} %t_vnni.out
1720

sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_runtime_dim.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
// Waiting for the commit in IGC to be pulled into the driver to resolve the
2020
// test.
21-
// XFAIL: gpu-intel-dg2 && run-mode
21+
// XFAIL: run-mode && igc-dev
2222
// XFAIL-TRACKER: GSD-10510
2323

2424
#include "common.hpp"

sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_unroll.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
// UNSUPPORTED: target-nvidia, target-amd
99
// UNSUPPORTED-INTENDED: aspect-ext_intel_matrix isn't currently supported for
1010
// other triples
11-
11+
// XFAIL: run-mode && igc-dev
12+
// XFAIL-TRACKER: CMPLRLLVM-66371
1213
// REQUIRES: aspect-ext_intel_matrix
1314

1415
// RUN: %{build} -mllvm -inline-threshold=2000 %fp-model-precise -o %t.out -DMANUAL_UNROLL -DVNNI

sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_unroll_init.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// UNSUPPORTED: target-nvidia, target-amd
99
// UNSUPPORTED-INTENDED: aspect-ext_intel_matrix isn't currently supported for
1010
// other triples
11+
// XFAIL: run-mode && igc-dev
12+
// XFAIL-TRACKER: CMPLRLLVM-66371
1113

1214
// REQUIRES: aspect-ext_intel_matrix, gpu
1315

0 commit comments

Comments
 (0)