File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
8
9
+ // XFAIL: cuda
10
+
9
11
// Separate kernel sources and host code sources
10
12
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -c -o %t.kernel.o %s -DINIT_KERNEL -DCALC_KERNEL
11
13
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -c -o %t.main.o %s -DMAIN_APP
Original file line number Diff line number Diff line change 4
4
// See https://llvm.org/LICENSE.txt for license information.
5
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
6
//
7
+ // XFAIL: cuda
7
8
// ===----------------------------------------------------------------------===//
8
9
// >> ---- compile src1
9
10
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -c %s -o %t-same-kernel-a.o
Original file line number Diff line number Diff line change
1
+ // XFAIL: cuda
2
+
1
3
// Test1 - check that kernel can call a SYCL_EXTERNAL function defined in a
2
4
// different object file.
3
5
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -DSOURCE1 -c %s -o %t1.o
You can’t perform that action at this time.
0 commit comments