We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34135a3 commit 2dae6cbCopy full SHA for 2dae6cb
sycl/test-e2e/Basic/kernel_info.cpp
@@ -4,6 +4,8 @@
4
// Fail is flaky for level_zero, enable when fixed.
5
// UNSUPPORTED: level_zero
6
//
7
+// Consistently fails with opencl, enable when fixed.
8
+// XFAIL: opencl
9
10
//==--- kernel_info.cpp - SYCL kernel info test ----------------------------==//
11
sycl/test-e2e/GroupAlgorithm/root_group.cpp
@@ -1,3 +1,5 @@
1
+// Fails with opencl, enable when fixed.
2
3
// RUN: %{build} -I . -o %t.out
// RUN: %{run} %t.out
sycl/test-e2e/KernelCompiler/opencl_queries.cpp
@@ -9,6 +9,9 @@
// REQUIRES: ocloc && (opencl || level_zero)
// UNSUPPORTED: accelerator
12
13
14
+
15
// RUN: %{build} -o %t.out
16
17
0 commit comments