From 7e8f721a9a8d12c774d5afe902bd5afd1d750634 Mon Sep 17 00:00:00 2001 From: Yury Plyakhin Date: Wed, 29 Mar 2023 15:07:32 -0700 Subject: [PATCH] [SYCL][Matrix] Clean-up for couple tests One test should start passing after the fix in IGC Another test should run only if XMX8 is used --- .../Matrix/Legacy/XMX8/joint_matrix_bfloat16_32x64.cpp | 2 +- sycl/test-e2e/Matrix/element_wise_all_ops_int8_packed.cpp | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/sycl/test-e2e/Matrix/Legacy/XMX8/joint_matrix_bfloat16_32x64.cpp b/sycl/test-e2e/Matrix/Legacy/XMX8/joint_matrix_bfloat16_32x64.cpp index 8e7b701941256..dbde0edda2e1e 100644 --- a/sycl/test-e2e/Matrix/Legacy/XMX8/joint_matrix_bfloat16_32x64.cpp +++ b/sycl/test-e2e/Matrix/Legacy/XMX8/joint_matrix_bfloat16_32x64.cpp @@ -5,7 +5,7 @@ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// -// REQUIRES: matrix +// REQUIRES: matrix-xmx8 // RUN: %clangxx -fsycl %s -o %t.out -DSYCL_EXT_ONEAPI_MATRIX_VERSION=1 // RUN: %CPU_RUN_PLACEHOLDER %t.out diff --git a/sycl/test-e2e/Matrix/element_wise_all_ops_int8_packed.cpp b/sycl/test-e2e/Matrix/element_wise_all_ops_int8_packed.cpp index e7a066468848f..df6dae32da3cf 100644 --- a/sycl/test-e2e/Matrix/element_wise_all_ops_int8_packed.cpp +++ b/sycl/test-e2e/Matrix/element_wise_all_ops_int8_packed.cpp @@ -12,9 +12,6 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out // This test stores the matrix B that is VNNIed (packed). -// This is expected to fail on the GPU because some built-ins are missing still. - -// XFAIL: gpu #include #include