Skip to content

Commit 5b37be4

Browse files
authored
[SYCL][E2E] Disable assert_in_multiple_tus.cpp on Arc (#15030)
Flaky on DG2 #15029 Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>
1 parent 08bae91 commit 5b37be4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sycl/test-e2e/Assert/assert_in_multiple_tus.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
// FIXME: Remove XFAIL one intel/llvm#11364 is resolved
1010
// XFAIL: (opencl && gpu)
1111

12+
// https://github.com/intel/llvm/issues/15029
13+
// UNSUPPORTED: gpu-intel-dg2
14+
1215
// RUN: %{build} -DSYCL_FALLBACK_ASSERT=1 -I %S/Inputs %S/Inputs/kernels_in_file2.cpp -o %t.out
1316
// RUN: %{run} %t.out &> %t.txt ; FileCheck %s --input-file %t.txt %if fpga %{ --check-prefix=CHECK-ACC %}
1417
// Shouldn't fail on ACC as fallback assert isn't enqueued there

0 commit comments

Comments
 (0)