Skip to content

Commit

Permalink
[Joint Matrix][E2E] Remove xfail for 2 tests (intel#13605)
Browse files Browse the repository at this point in the history
Remove xfail for Matrix/XMX8/joint_matrix_bf16_fill_k_cache_unroll.cpp
and XMX8/joint_matrix_int8_vnni.cpp

Resolves intel#13593
  • Loading branch information
YuriPlyakhin committed May 1, 2024
1 parent 5df262f commit c74cebd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
//
//===----------------------------------------------------------------------===//
// REQUIRES: matrix-xmx8
// XFAIL:gpu

// RUN: %{build} -mllvm -inline-threshold=2000 -ffp-model=precise -o %t.out -DMANUAL_UNROLL
// RUN: %{run} %t.out
Expand Down
5 changes: 0 additions & 5 deletions sycl/test-e2e/Matrix/XMX8/joint_matrix_int8_vnni.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,8 @@
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

// XFAIL: *

#include "../common.hpp"

using namespace sycl;
using namespace sycl::ext::oneapi::experimental::matrix;

#define SG_SZ 8
constexpr size_t TN = 8;

Expand Down

0 comments on commit c74cebd

Please sign in to comment.