File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 1
1
// UNSUPPORTED: preview-mode
2
2
// UNSUPPORTED-INTENDED: Functionality is removed under
3
3
// `-fpreview-breaking-changes`
4
+
5
+ // XFAIL: native_cpu
6
+ // XFAIL-TRACKER: https://github.com/intel/llvm/issues/20127
7
+
4
8
// RUN: %{build} -o %t.out -Wno-deprecated-declarations
5
9
// RUN: %{run} %t.out
6
10
//
Original file line number Diff line number Diff line change
1
+ // XFAIL: native_cpu
2
+ // XFAIL-TRACKER: https://github.com/intel/llvm/issues/20127
3
+
1
4
// RUN: %{build} -fsyntax-only -o %t.out
2
5
3
6
#include < sycl/detail/kernel_desc.hpp>
Original file line number Diff line number Diff line change 3
3
// UNSUPPORTED: linux
4
4
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17305
5
5
6
+ // XFAIL: windows
7
+ // XFAIL-TRACKER: https://github.com/intel/llvm/issues/20127
8
+
6
9
// RUN: %clangxx -fsycl -fsycl-targets=spir64_x86_64 -I %S/Inputs/ %S/uneven_kernel_split.cpp -c -o %t.o
7
10
// RUN: %clangxx -fsycl -fsycl-targets=spir64_gen -Xsycl-target-backend=spir64_gen %gpu_aot_target_opts -I %S/Inputs/ %S/Inputs/gpu_kernel1.cpp -c -o %t1.o
8
11
// RUN: %clangxx -fsycl -fsycl-targets=spir64_gen -Xsycl-target-backend=spir64_gen %gpu_aot_target_opts -I %S/Inputs/ %S/Inputs/gpu_kernel2.cpp -c -o %t2.o
You can’t perform that action at this time.
0 commit comments