Skip to content

Commit 3b91b0b

Browse files
authored
[SYCL][JM tests] Remove xfail on PVC for another OOB test (#15028)
1 parent 5b37be4 commit 3b91b0b

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

sycl/test-e2e/Matrix/SG32/joint_matrix_unaligned_k.cpp

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// REQUIRES: matrix
8+
// REQUIRES: aspect-ext_intel_matrix
99
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943
1010

11+
// UNSUPPORTED: gpu-intel-dg2, cpu
12+
1113
// RUN: %{build} -o %t.out
1214
// RUN: %{run} %t.out
1315

14-
// XFAIL:*
16+
// XFAIL:gpu
1517

1618
#include "../common.hpp"
1719

sycl/test-e2e/Matrix/joint_matrix_unaligned_k.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// REQUIRES: matrix
8+
// REQUIRES: aspect-ext_intel_matrix
9+
10+
// UNSUPPORTED: gpu-intel-dg2, cpu
911

1012
// RUN: %{build} -o %t.out
1113
// RUN: %{run} %t.out
1214

13-
// XFAIL:*
14-
1515
#include "common.hpp"
1616

1717
constexpr size_t TN = 16;

0 commit comments

Comments
 (0)