File tree Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
8
9
- // XFAIL: cuda
10
-
11
9
// Separate kernel sources and host code sources
12
10
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -c -o %t.kernel.o %s -DINIT_KERNEL -DCALC_KERNEL
13
11
// 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
8
7
// ===----------------------------------------------------------------------===//
9
8
// >> ---- compile src1
10
9
// 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
-
3
1
// Test1 - check that kernel can call a SYCL_EXTERNAL function defined in a
4
2
// different object file.
5
3
// 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