Skip to content

Commit 9c58799

Browse files
authored
[SYCL][E2E] Remove xfail from Joint Matrix prefetch tests (#15711)
1 parent 04b0d3f commit 9c58799

File tree

4 files changed

+2
-12
lines changed

4 files changed

+2
-12
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
// RUN: %{run} %t.out
1111

1212
// XFAIL: cpu
13-
// https://github.com/intel/llvm/issues/14826
14-
// XFAIL: arch-intel_gpu_pvc && !igc-dev
13+
// XFAIL-TRACKER: CMPLRLLVM-62790
1514

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

sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_prefetch.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,5 @@
1616

1717
// -ffp-model=precise is added to not depend on compiler defaults.
1818

19-
// This test will be adjusted to run on the CPU
20-
// XFAIL:cpu
21-
22-
// https://github.com/intel/llvm/issues/14826
23-
// XFAIL: arch-intel_gpu_pvc && !igc-dev
24-
2519
#include "common.hpp"
2620
#include "joint_matrix_bf16_fill_k_cache_impl.hpp"

sycl/test-e2e/Matrix/joint_matrix_prefetch.cpp

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

12-
// https://github.com/intel/llvm/issues/14826
13-
// XFAIL: arch-intel_gpu_pvc && !igc-dev
14-
1512
#include "common.hpp"
1613

1714
constexpr size_t TN = 16;

sycl/test-e2e/no-xfail-without-tracker.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@
4747
// tests to match the required format and in that case you should just update
4848
// (i.e. reduce) the number below.
4949
//
50-
// NUMBER-OF-XFAIL-WITHOUT-TRACKER: 175
50+
// NUMBER-OF-XFAIL-WITHOUT-TRACKER: 170

0 commit comments

Comments
 (0)