Skip to content

Commit 49594a8

Browse files
committed
[SYCL][E2E] Enable XPASSing Matrix tests
Signed-off-by: Nick Sarnie <nick.sarnie@intel.com>
1 parent 13ce81d commit 49594a8

File tree

5 files changed

+0
-15
lines changed

5 files changed

+0
-15
lines changed

sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_SLM.cpp

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

1010
// REQUIRES: aspect-ext_intel_matrix, gpu
1111

12-
// XFAIL: linux && gpu-intel-dg2
13-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/20595
14-
1512
// RUN: %{build} -o %t_gpu_vnni.out %fp-model-precise -DSLM -DVNNI
1613
// RUN: %{run} %t_gpu_vnni.out
1714

sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_arg_dim.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,5 @@
1313

1414
// -ffp-model=precise is added to not depend on compiler defaults.
1515

16-
// XFAIL: run-mode && arch-intel_gpu_pvc
17-
// XFAIL-TRACKER: GSD-10510, GSD-11778
18-
1916
#include "common.hpp"
2017
#include "joint_matrix_bf16_fill_k_cache_impl.hpp"

sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_runtime_dim.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,5 @@
1414

1515
// -ffp-model=precise is added to not depend on compiler defaults.
1616

17-
// XFAIL: run-mode && arch-intel_gpu_pvc
18-
// XFAIL-TRACKER: GSD-10510, GSD-11778
19-
2017
#include "common.hpp"
2118
#include "joint_matrix_bf16_fill_k_cache_impl.hpp"

sycl/test-e2e/Matrix/joint_matrix_bfloat16_accumulator.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
1717
// XFAIL: gpu-intel-dg2
1818
// XFAIL-TRACKER: GSD-10112
1919

20-
// XFAIL: linux && arch-intel_gpu_bmg_g21 && !igc-dev
21-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/20594
22-
2320
// RUN: %{build} -o %t.out
2421
// RUN: %{run} %t.out
2522
// RUN: %if gpu %{ env IGC_JointMatrixLoadStoreOpt=2 %{run} %t.out %}

sycl/test-e2e/Matrix/joint_matrix_half_accumulator.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@
1818
// XFAIL: gpu-intel-dg2
1919
// XFAIL-TRACKER: GSD-10112
2020

21-
// XFAIL: linux && arch-intel_gpu_bmg_g21 && !igc-dev
22-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/20594
23-
2421
// RUN: %{build} -o %t.out
2522
// RUN: %{run} %t.out
2623
// RUN: %if gpu %{ env IGC_JointMatrixLoadStoreOpt=2 %{run} %t.out %}

0 commit comments

Comments
 (0)