Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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