Skip to content

Commit b064eee

Browse files
authored
[SYCL][Matrix] Remove xfail from test that passes now (intel/llvm-test-suite#1665)
1 parent 1202074 commit b064eee

6 files changed

+7
-14
lines changed

SYCL/Matrix/Legacy/element_wise_all_ops_half.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// REQUIRES: matrix
8+
// REQUIRES: matrix,gpu
99

1010
// Only runs on DPAS because AMX implementation does not support half data type
1111
// yet

SYCL/Matrix/Legacy/joint_matrix_half.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// REQUIRES: matrix
8+
// REQUIRES: matrix,gpu
99

1010
// RUN: %clangxx -fsycl %s -o %t.out -DSYCL_EXT_ONEAPI_MATRIX_VERSION=1
1111
// Only run on the GPU because half is not supported on AMX hardware

SYCL/Matrix/XMX8/element_wise_all_ops_int8_packed.cpp

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,7 @@
1111
// RUN: %CPU_RUN_PLACEHOLDER %t.out
1212
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1313

14-
// This test stores the matrix B that is VNNIed (packed) in a row major fashion.
15-
// This is expected to fail on the GPU because the implementation does not
16-
// support automatic transformation YET, in this case: VNNI to row major in the
17-
// store.
18-
19-
// XFAIL: gpu
14+
// This test stores the matrix B that is VNNIed (packed).
2015

2116
#include <iostream>
2217
#include <random>

SYCL/Matrix/element_wise_all_ops_half.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// REQUIRES: matrix
8+
// REQUIRES: matrix,gpu
99

1010
// Only runs on DPAS because AMX implementation does not support half data type
1111
// yet

SYCL/Matrix/element_wise_all_ops_int8_packed.cpp

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,8 @@
1111
// RUN: %CPU_RUN_PLACEHOLDER %t.out
1212
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1313

14-
// This test stores the matrix B that is VNNIed (packed) in a row major fashion.
15-
// This is expected to fail on the GPU because the implementation does not
16-
// support automatic transformation YET, in this case: VNNI to row major in the
17-
// store.
14+
// This test stores the matrix B that is VNNIed (packed).
15+
// This is expected to fail on the GPU because some built-ins are missing still.
1816

1917
// XFAIL: gpu
2018

SYCL/Matrix/joint_matrix_half.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// REQUIRES: matrix
8+
// REQUIRES: matrix,gpu
99

1010
// RUN: %clangxx -fsycl %s -o %t.out -DSYCL_EXT_ONEAPI_MATRIX_VERSION=4
1111
// Only run on the GPU because half is not supported on AMX hardware

0 commit comments

Comments
 (0)