Skip to content

Commit 4e67dd9

Browse files
authored
[SYCL][Matrix] Clean-up for couple tests (#8866)
One test should start passing after the fix in IGC Another test should run only if XMX8 is used
1 parent 0a09893 commit 4e67dd9

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

sycl/test-e2e/Matrix/Legacy/XMX8/joint_matrix_bfloat16_32x64.cpp

+1-1
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-xmx8
99

1010
// RUN: %clangxx -fsycl %s -o %t.out -DSYCL_EXT_ONEAPI_MATRIX_VERSION=1
1111
// RUN: %CPU_RUN_PLACEHOLDER %t.out

sycl/test-e2e/Matrix/element_wise_all_ops_int8_packed.cpp

-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@
1212
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1313

1414
// 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.
16-
17-
// XFAIL: gpu
1815

1916
#include <iostream>
2017
#include <random>

0 commit comments

Comments
 (0)