Skip to content

Commit c74cebd

Browse files
authored
[Joint Matrix][E2E] Remove xfail for 2 tests (#13605)
Remove xfail for Matrix/XMX8/joint_matrix_bf16_fill_k_cache_unroll.cpp and XMX8/joint_matrix_int8_vnni.cpp Resolves #13593
1 parent 5df262f commit c74cebd

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

sycl/test-e2e/Matrix/XMX8/joint_matrix_bf16_fill_k_cache_unroll.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: matrix-xmx8
9-
// XFAIL:gpu
109

1110
// RUN: %{build} -mllvm -inline-threshold=2000 -ffp-model=precise -o %t.out -DMANUAL_UNROLL
1211
// RUN: %{run} %t.out

sycl/test-e2e/Matrix/XMX8/joint_matrix_int8_vnni.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,8 @@
1010
// RUN: %{build} -o %t.out
1111
// RUN: %{run} %t.out
1212

13-
// XFAIL: *
14-
1513
#include "../common.hpp"
1614

17-
using namespace sycl;
18-
using namespace sycl::ext::oneapi::experimental::matrix;
19-
2015
#define SG_SZ 8
2116
constexpr size_t TN = 8;
2217

0 commit comments

Comments
 (0)