Skip to content

Commit 1341ed8

Browse files
committed
[SYCL][E2E] Remove xfail from Joint Matrix prefetch tests
1 parent 851a90a commit 1341ed8

File tree

3 files changed

+0
-11
lines changed

3 files changed

+0
-11
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
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
1513

1614
#include "../common.hpp"
1715

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;

0 commit comments

Comments
 (0)