Skip to content

Commit 6a8e9e3

Browse files
committed
remove xfail
Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 15ac3c3 commit 6a8e9e3

10 files changed

+0
-31
lines changed

sycl/test-e2e/Matrix/SG32/get_coordinate_ops.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@
1515
// REQUIRES: aspect-ext_intel_matrix
1616
// REQUIRES-INTEL-DRIVER: lin: 30049, win: 101.4943
1717

18-
// XFAIL: !igc-dev && !(linux && arch-intel_gpu_bmg_g21) && run-mode
19-
// XFAIL-TRACKER: GSD-6376
20-
2118
// XFAIL: arch-intel_gpu_pvc
2219
// XFAIL-TRACKER: GSD-10524
2320

sycl/test-e2e/Matrix/SG32/joint_matrix_annotated_ptr.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@
1515
// RUN: %{build} -o %t.out
1616
// RUN: %{run} %t.out
1717

18-
// Currently row major B fails when annotated_ptr is used
19-
// XFAIL: gpu && !(linux && arch-intel_gpu_bmg_g21)
20-
// XFAIL-TRACKER: GSD-4181
21-
2218
#include "common.hpp"
2319

2420
#define SG_SZ 32

sycl/test-e2e/Matrix/SG32/joint_matrix_colA_rowB_colC.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@
1515
// RUN: %{build} -o %t.out
1616
// RUN: %{run} %t.out
1717

18-
// XFAIL: gpu && !(linux && arch-intel_gpu_bmg_g21) && run-mode
19-
// XFAIL-TRACKER: GSD-5768
20-
2118
#include "common.hpp"
2219
#define SG_SZ 32
2320
#include "joint_matrix_colA_rowB_colC_impl.hpp"

sycl/test-e2e/Matrix/SG32/joint_matrix_int8_rowmajorA_rowmajorB.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@
1818
// RUN: %{build} -o %t.out
1919
// RUN: %{run} %t.out
2020

21-
// XFAIL: gpu && !(linux && arch-intel_gpu_bmg_g21)
22-
// XFAIL-TRACKER: GSD-4181
23-
2421
#include "common.hpp"
2522

2623
#define SG_SZ 32

sycl/test-e2e/Matrix/SG32/joint_matrix_out_bounds.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@
1818
// RUN: %{build} -o %t.out
1919
// RUN: %{run} %t.out
2020

21-
// XFAIL: gpu && !(linux && arch-intel_gpu_bmg_g21)
22-
// XFAIL-TRACKER: GSD-4181
23-
2421
#include "common.hpp"
2522
#define SG_SZ 32
2623
#include "joint_matrix_out_bounds_impl.hpp"

sycl/test-e2e/Matrix/SG32/joint_matrix_prefetch.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414
// RUN: %{build} -o %t.out
1515
// RUN: %{run} %t.out
1616

17-
// XFAIL: gpu && !(linux && arch-intel_gpu_bmg_g21)
18-
// XFAIL-TRACKER: GSD-4181
19-
2017
// SG size = 32 is not currently supported for SYCL Joint Matrix by IGC on DG2
2118
// UNSUPPORTED: gpu-intel-dg2
2219

sycl/test-e2e/Matrix/joint_matrix_16bit_colmajorA_colmajorB.cpp

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

23-
// XFAIL: gpu && !(linux && arch-intel_gpu_bmg_g21)
24-
// XFAIL-TRACKER: GSD-5768
25-
2623
// Only transpose on half data type
2724
// XFAIL: arch-intel_cpu_gnr
2825
// XFAIL-TRACKER: CMPLRLLVM-65499

sycl/test-e2e/Matrix/joint_matrix_colA_rowB_colC.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,5 @@
1414
// RUN: %{build} -o %t.out
1515
// RUN: %{run} %t.out
1616

17-
// XFAIL: gpu && !(linux && arch-intel_gpu_bmg_g21) && run-mode
18-
// XFAIL-TRACKER: GSD-5768
19-
2017
#include "common.hpp"
2118
#include "joint_matrix_colA_rowB_colC_impl.hpp"

sycl/test-e2e/Matrix/joint_matrix_out_bounds_colmajor.cpp

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

23-
// XFAIL: gpu && !(linux && arch-intel_gpu_bmg_g21)
24-
// XFAIL-TRACKER: GSD-5768
25-
2623
#include "common.hpp"
2724
#include "joint_matrix_out_bounds_impl.hpp"
2825

sycl/test-e2e/Matrix/joint_matrix_transposeAB.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@
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: gpu && !(linux && arch-intel_gpu_bmg_g21)
22-
// XFAIL-TRACKER: GSD-5768
23-
2421
// XFAIL: cpu
2522
// XFAIL-TRACKER: CMPLRLLVM-52693
2623

0 commit comments

Comments
 (0)