Skip to content

Commit

Permalink
[SYCL][E2E][Joint Matrix] Added driver requirement for 3 tests, remov… (
Browse files Browse the repository at this point in the history
#12411)

…ed 1 xfail
  • Loading branch information
YuriPlyakhin authored Jan 17, 2024
1 parent c6fbac5 commit 5bb9a44
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions sycl/test-e2e/Matrix/XMX8/get_coord_float_matC.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
//
//===----------------------------------------------------------------------===//
// REQUIRES: matrix-xmx8
// REQUIRES-INTEL-DRIVER: lin: 28267

// RUN: %{build} -o %t.out
// RUN: %{run} %t.out
Expand Down
1 change: 1 addition & 0 deletions sycl/test-e2e/Matrix/XMX8/get_coord_int8_matA.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
//
//===----------------------------------------------------------------------===//
// REQUIRES: matrix-xmx8
// REQUIRES-INTEL-DRIVER: lin: 28267

// RUN: %{build} -o %t.out
// RUN: %{run} %t.out
Expand Down
3 changes: 1 addition & 2 deletions sycl/test-e2e/Matrix/XMX8/joint_matrix_transposeC.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@
//
//===----------------------------------------------------------------------===//
// REQUIRES: matrix-xmx8
// REQUIRES-INTEL-DRIVER: lin: 28267

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

// XFAIL:gpu

#include "../common.hpp"

constexpr size_t SG_SZ = 8;
Expand Down

0 comments on commit 5bb9a44

Please sign in to comment.