Skip to content

Commit 0d26010

Browse files
authored
[SYCL] XFAIL ext_intel_queue_index.cpp on DG2 (#19826)
This test is currently failing on Windows DG2 machines. Same reasoning as #19811: as mentioned in #18576, the root cause here is that DG2 never supported ZEX_NUMBER_OF_CCS. Therefore, XFAIL-ing this test on all DG2 machines (previously it is only XFAIL-ed on Linux DG2 machines). Signed-off-by: Hu, Peisen <[email protected]>
1 parent 76c80a0 commit 0d26010

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
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) && !igc-dev
7+
// XFAIL: gpu-intel-dg2
8+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18576
9+
10+
// XFAIL: linux && run-mode && arch-intel_gpu_bmg_g21 && !igc-dev
811
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18576
912

1013
// XFAIL: windows && arch-intel_gpu_bmg_g21

0 commit comments

Comments
 (0)