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 08bae91 commit 5b37be4Copy full SHA for 5b37be4
sycl/test-e2e/Assert/assert_in_multiple_tus.cpp
@@ -9,6 +9,9 @@
9
// FIXME: Remove XFAIL one intel/llvm#11364 is resolved
10
// XFAIL: (opencl && gpu)
11
12
+// https://github.com/intel/llvm/issues/15029
13
+// UNSUPPORTED: gpu-intel-dg2
14
+
15
// RUN: %{build} -DSYCL_FALLBACK_ASSERT=1 -I %S/Inputs %S/Inputs/kernels_in_file2.cpp -o %t.out
16
// RUN: %{run} %t.out &> %t.txt ; FileCheck %s --input-file %t.txt %if fpga %{ --check-prefix=CHECK-ACC %}
17
// Shouldn't fail on ACC as fallback assert isn't enqueued there
0 commit comments