Skip to content

Commit 06b2608

Browse files
committed
disable some
Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 6a8e9e3 commit 06b2608

File tree

5 files changed

+15
-0
lines changed

5 files changed

+15
-0
lines changed

sycl/test-e2e/Matrix/SG32/joint_matrix_annotated_ptr.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
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943
1414

15+
// XFAIL: run-mode && gpu-intel-dg2
16+
// XFAIL-TRACKER: GSD-4181
17+
1518
// RUN: %{build} -o %t.out
1619
// RUN: %{run} %t.out
1720

sycl/test-e2e/Matrix/SG32/joint_matrix_colA_rowB_colC.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
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943
1414

15+
// XFAIL: run-mode && gpu-intel-dg2
16+
// XFAIL-TRACKER: GSD-5768
17+
1518
// RUN: %{build} -o %t.out
1619
// RUN: %{run} %t.out
1720

sycl/test-e2e/Matrix/joint_matrix_16bit_colmajorA_colmajorB.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
// RUN: %{build} -o %t32.out -DSG_SZ=32
2121
// RUN: %{run} %t32.out
2222

23+
// XFAIL: run-mode && gpu-intel-dg2
24+
// XFAIL-TRACKER: GSD-5768
25+
2326
// Only transpose on half data type
2427
// XFAIL: arch-intel_cpu_gnr
2528
// XFAIL-TRACKER: CMPLRLLVM-65499

sycl/test-e2e/Matrix/joint_matrix_colA_rowB_colC.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111

1212
// REQUIRES: aspect-ext_intel_matrix
1313

14+
// XFAIL: run-mode && gpu-intel-dg2
15+
// XFAIL-TRACKER: GSD-5768
16+
1417
// RUN: %{build} -o %t.out
1518
// RUN: %{run} %t.out
1619

sycl/test-e2e/Matrix/joint_matrix_transposeAB.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
// RUN: %if !arch-intel_gpu_dg2 %{ %{build} -o %t_sg32.out -DSG_SZ=32 %}
1919
// RUN: %if !arch-intel_gpu_dg2 %{ %{run} %t_sg32.out %}
2020

21+
// XFAIL: run-mode && gpu-intel-dg2
22+
// XFAIL-TRACKER: GSD-5768
23+
2124
// XFAIL: cpu
2225
// XFAIL-TRACKER: CMPLRLLVM-52693
2326

0 commit comments

Comments
 (0)