Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 9ebd667

Browse files
[SYCL][CUDA] Reenable multi-source tests for CUDA (#365)
Signed-off-by: Steffen Larsen <[email protected]>
1 parent 6a8d13d commit 9ebd667

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

SYCL/Basic/multisource.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
// XFAIL: cuda
10-
119
// Separate kernel sources and host code sources
1210
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -c -o %t.kernel.o %s -DINIT_KERNEL -DCALC_KERNEL
1311
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -c -o %t.main.o %s -DMAIN_APP

SYCL/SeparateCompile/same-kernel.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
// See https://llvm.org/LICENSE.txt for license information.
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
7-
// XFAIL: cuda
87
//===----------------------------------------------------------------------===//
98
// >> ---- compile src1
109
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -c %s -o %t-same-kernel-a.o

SYCL/SeparateCompile/sycl-external.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// XFAIL: cuda
2-
31
// Test1 - check that kernel can call a SYCL_EXTERNAL function defined in a
42
// different object file.
53
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -DSOURCE1 -c %s -o %t1.o

0 commit comments

Comments
 (0)