Skip to content

Commit

Permalink
[SYCL][E2E] Remove xfail from Joint Matrix prefetch tests (#15711)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkhaldi authored Oct 17, 2024
1 parent 04b0d3f commit 9c58799
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
// RUN: %{run} %t.out

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

#include "../common.hpp"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,5 @@

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

// This test will be adjusted to run on the CPU
// XFAIL:cpu

// https://github.com/intel/llvm/issues/14826
// XFAIL: arch-intel_gpu_pvc && !igc-dev

#include "common.hpp"
#include "joint_matrix_bf16_fill_k_cache_impl.hpp"
3 changes: 0 additions & 3 deletions sycl/test-e2e/Matrix/joint_matrix_prefetch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

// https://github.com/intel/llvm/issues/14826
// XFAIL: arch-intel_gpu_pvc && !igc-dev

#include "common.hpp"

constexpr size_t TN = 16;
Expand Down
2 changes: 1 addition & 1 deletion sycl/test-e2e/no-xfail-without-tracker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@
// tests to match the required format and in that case you should just update
// (i.e. reduce) the number below.
//
// NUMBER-OF-XFAIL-WITHOUT-TRACKER: 175
// NUMBER-OF-XFAIL-WITHOUT-TRACKER: 170

0 comments on commit 9c58799

Please sign in to comment.