Skip to content

Commit

Permalink
[SYCL][JM tests] Remove xfail on PVC for another OOB test (#15028)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkhaldi authored Aug 9, 2024
1 parent 5b37be4 commit 3b91b0b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions sycl/test-e2e/Matrix/SG32/joint_matrix_unaligned_k.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
// REQUIRES: matrix
// REQUIRES: aspect-ext_intel_matrix
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943

// UNSUPPORTED: gpu-intel-dg2, cpu

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

// XFAIL:*
// XFAIL:gpu

#include "../common.hpp"

Expand Down
6 changes: 3 additions & 3 deletions sycl/test-e2e/Matrix/joint_matrix_unaligned_k.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
// REQUIRES: matrix
// REQUIRES: aspect-ext_intel_matrix

// UNSUPPORTED: gpu-intel-dg2, cpu

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

// XFAIL:*

#include "common.hpp"

constexpr size_t TN = 16;
Expand Down

0 comments on commit 3b91b0b

Please sign in to comment.