Skip to content

Commit f1d6c64

Browse files
authored
[SYCL][JointMatrix] Remove xfail for joint matrix prefetch on CPU. (#13683)
1 parent 2d73a6d commit f1d6c64

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943
9+
// REQUIRES: aspect-ext_intel_matrix
910
// RUN: %{build} -o %t.out
1011
// RUN: %{run} %t.out
1112

12-
// XFAIL:*
13+
// XFAIL: gpu
1314

1415
#include "../common.hpp"
1516

sycl/test-e2e/Matrix/joint_matrix_prefetch.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8+
// REQUIRES: aspect-ext_intel_matrix
89
// RUN: %{build} -o %t.out
910
// RUN: %{run} %t.out
1011

11-
// XFAIL:*
12+
// XFAIL: gpu
1213

1314
#include "common.hpp"
1415

0 commit comments

Comments
 (0)