Skip to content

Commit 5bb9a44

Browse files
authored
[SYCL][E2E][Joint Matrix] Added driver requirement for 3 tests, remov… (intel#12411)
…ed 1 xfail
1 parent c6fbac5 commit 5bb9a44

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

sycl/test-e2e/Matrix/XMX8/get_coord_float_matC.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: matrix-xmx8
9+
// REQUIRES-INTEL-DRIVER: lin: 28267
910

1011
// RUN: %{build} -o %t.out
1112
// RUN: %{run} %t.out

sycl/test-e2e/Matrix/XMX8/get_coord_int8_matA.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: matrix-xmx8
9+
// REQUIRES-INTEL-DRIVER: lin: 28267
910

1011
// RUN: %{build} -o %t.out
1112
// RUN: %{run} %t.out

sycl/test-e2e/Matrix/XMX8/joint_matrix_transposeC.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,11 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: matrix-xmx8
9+
// REQUIRES-INTEL-DRIVER: lin: 28267
910

1011
// RUN: %{build} -o %t.out
1112
// RUN: %{run} %t.out
1213

13-
// XFAIL:gpu
14-
1514
#include "../common.hpp"
1615

1716
constexpr size_t SG_SZ = 8;

0 commit comments

Comments
 (0)