diff --git a/sycl/test-e2e/Matrix/SG32/joint_matrix_unaligned_k.cpp b/sycl/test-e2e/Matrix/SG32/joint_matrix_unaligned_k.cpp index f4b2426af93a8..ceb196e07b9ca 100644 --- a/sycl/test-e2e/Matrix/SG32/joint_matrix_unaligned_k.cpp +++ b/sycl/test-e2e/Matrix/SG32/joint_matrix_unaligned_k.cpp @@ -5,13 +5,15 @@ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// -// REQUIRES: matrix +// REQUIRES: aspect-ext_intel_matrix // REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943 +// UNSUPPORTED: gpu-intel-dg2, cpu + // RUN: %{build} -o %t.out // RUN: %{run} %t.out -// XFAIL:* +// XFAIL:gpu #include "../common.hpp" diff --git a/sycl/test-e2e/Matrix/joint_matrix_unaligned_k.cpp b/sycl/test-e2e/Matrix/joint_matrix_unaligned_k.cpp index e1cf6cb6cf8bb..e9e6c977b55f7 100644 --- a/sycl/test-e2e/Matrix/joint_matrix_unaligned_k.cpp +++ b/sycl/test-e2e/Matrix/joint_matrix_unaligned_k.cpp @@ -5,13 +5,13 @@ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// -// REQUIRES: matrix +// REQUIRES: aspect-ext_intel_matrix + +// UNSUPPORTED: gpu-intel-dg2, cpu // RUN: %{build} -o %t.out // RUN: %{run} %t.out -// XFAIL:* - #include "common.hpp" constexpr size_t TN = 16;