Skip to content

Commit 54aa95e

Browse files
committed
[NFC][ESIMD] XFAIL dgetrf and matrix_transpose_glb
1 parent 714f1aa commit 54aa95e

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

sycl/test-e2e/ESIMD/matrix_transpose_glb.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
// RUN: %{build} -o %t.out
99
// RUN: %{run} %t.out
1010

11+
// XFAIL: linux && run-mode && gpu-intel-dg2
12+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/20589
13+
14+
1115
#include "esimd_test_utils.hpp"
1216

1317
using namespace sycl;

sycl/test-e2e/ESIMD/regression/dgetrf.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
// RUN: %{build} -Wno-error=format -I%S/.. -o %t.out
99
// RUN: %{run} %t.out 3 2 1
1010
//
11+
// XFAIL: run-mode
12+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/20589
13+
//
1114
// This test checks the correctness of ESIMD program for batched LU
1215
// decomposition without pivoting. The program contains multiple branches
1316
// corresponding to LU input sizes; all internal functions are inlined.

0 commit comments

Comments
 (0)