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 11// UNSUPPORTED: preview-mode
22// UNSUPPORTED-INTENDED: Functionality is removed under
33// `-fpreview-breaking-changes`
4+
5+ // XFAIL: run-mode
6+ // XFAIL-TRACKER: https://github.com/intel/llvm/issues/20127
7+
48// RUN: %{build} -o %t.out -Wno-deprecated-declarations
59// RUN: %{run} %t.out
610//
Original file line number Diff line number Diff line change 1+ // XFAIL: run-mode
2+ // XFAIL-TRACKER: https://github.com/intel/llvm/issues/20127
3+
14// RUN: %{build} -fsyntax-only -o %t.out
25
36#include < sycl/detail/kernel_desc.hpp>
Original file line number Diff line number Diff line change 33// UNSUPPORTED: linux
44// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17305
55
6+ // XFAIL: run-mode
7+ // XFAIL-TRACKER: https://github.com/intel/llvm/issues/20127
8+
69// RUN: %clangxx -fsycl -fsycl-targets=spir64_x86_64 -I %S/Inputs/ %S/uneven_kernel_split.cpp -c -o %t.o
710// 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
811// 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