diff --git a/sycl/test-e2e/Matrix/XMX8/joint_matrix_colA_rowB_colC.cpp b/sycl/test-e2e/Matrix/XMX8/joint_matrix_colA_rowB_colC.cpp index 6dafd9b7b05c6..9e4bdc9472663 100644 --- a/sycl/test-e2e/Matrix/XMX8/joint_matrix_colA_rowB_colC.cpp +++ b/sycl/test-e2e/Matrix/XMX8/joint_matrix_colA_rowB_colC.cpp @@ -5,7 +5,7 @@ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// -// REQUIRES: matrix +// REQUIRES: matrix-xmx8 // RUN: %{build} -o %t.out -DSYCL_EXT_ONEAPI_MATRIX_VERSION=4 // RUN: %{run} %t.out diff --git a/sycl/test-e2e/Matrix/XMX8/joint_matrix_transposeC.cpp b/sycl/test-e2e/Matrix/XMX8/joint_matrix_transposeC.cpp index 65dc22fc0b402..b306bdc49ba0f 100644 --- a/sycl/test-e2e/Matrix/XMX8/joint_matrix_transposeC.cpp +++ b/sycl/test-e2e/Matrix/XMX8/joint_matrix_transposeC.cpp @@ -5,7 +5,7 @@ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// -// REQUIRES: matrix +// REQUIRES: matrix-xmx8 // RUN: %{build} -o %t.out -DSYCL_EXT_ONEAPI_MATRIX_VERSION=4 // RUN: %{run} %t.out