Skip to content

Commit 1755270

Browse files
committed
Remove XFAIL from joint matrix SG32 tests
1 parent d7a720c commit 1755270

8 files changed

+0
-9
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
// RUN: %{run} %t.out
1313

1414
// Currently row major B fails when annotated_ptr is used
15-
// XFAIL: gpu
1615

1716
#include "../common.hpp"
1817

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
// This tests support of col major layout for matrix B which does transpose and
1515
// then VNNI transform. This is currently only available on AMX
1616

17-
// XFAIL: gpu
1817

1918
#include "../common.hpp"
2019
#include <iostream>

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

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

17-
// XFAIL: gpu
1817

1918
#include "../common.hpp"
2019

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
// This tests support of col major layout for matrix B which does transpose and
1515
// then VNNI transform. This is currently only available on AMX
1616

17-
// XFAIL: gpu
1817

1918
#include "../common.hpp"
2019

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
// RUN: %{build} -o %t.out
1414
// RUN: %{run} %t.out
1515

16-
// XFAIL: gpu
17-
1816
#include "../common.hpp"
1917

2018
#define SG_SZ 32

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
// RUN: %{build} -o %t.out
1111
// RUN: %{run} %t.out
1212

13-
// XFAIL: gpu
1413

1514
// SG size = 32 is not currently supported for SYCL Joint Matrix by IGC on DG2
1615
// UNSUPPORTED: gpu-intel-dg2

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
// RUN: %{run} %t.out
1616

1717
// Sub-group size 32 support for this test is not currently available in IGC
18-
// XFAIL: gpu
1918

2019
#include "../common.hpp"
2120

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
// RUN: %{build} -o %t.out
1414
// RUN: %{run} %t.out
1515

16-
// XFAIL:gpu
1716

1817
#include "../common.hpp"
1918

0 commit comments

Comments
 (0)