diff --git a/sycl/test-e2e/Matrix/XMX8/joint_matrix_bf16_fill_k_cache_unroll.cpp b/sycl/test-e2e/Matrix/XMX8/joint_matrix_bf16_fill_k_cache_unroll.cpp index 90678f3f414b1..18238e4896ccb 100644 --- a/sycl/test-e2e/Matrix/XMX8/joint_matrix_bf16_fill_k_cache_unroll.cpp +++ b/sycl/test-e2e/Matrix/XMX8/joint_matrix_bf16_fill_k_cache_unroll.cpp @@ -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 diff --git a/sycl/test-e2e/Matrix/XMX8/joint_matrix_int8_vnni.cpp b/sycl/test-e2e/Matrix/XMX8/joint_matrix_int8_vnni.cpp index bcdd18571b4a9..728a057aedaa7 100644 --- a/sycl/test-e2e/Matrix/XMX8/joint_matrix_int8_vnni.cpp +++ b/sycl/test-e2e/Matrix/XMX8/joint_matrix_int8_vnni.cpp @@ -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;