We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 714f1aa commit 54aa95eCopy full SHA for 54aa95e
sycl/test-e2e/ESIMD/matrix_transpose_glb.cpp
@@ -8,6 +8,10 @@
8
// RUN: %{build} -o %t.out
9
// RUN: %{run} %t.out
10
11
+// XFAIL: linux && run-mode && gpu-intel-dg2
12
+// XFAIL-TRACKER: https://github.com/intel/llvm/issues/20589
13
+
14
15
#include "esimd_test_utils.hpp"
16
17
using namespace sycl;
sycl/test-e2e/ESIMD/regression/dgetrf.cpp
@@ -8,6 +8,9 @@
// RUN: %{build} -Wno-error=format -I%S/.. -o %t.out
// RUN: %{run} %t.out 3 2 1
//
+// XFAIL: run-mode
+//
// This test checks the correctness of ESIMD program for batched LU
// decomposition without pivoting. The program contains multiple branches
// corresponding to LU input sizes; all internal functions are inlined.
0 commit comments