Skip to content

Commit cd36342

Browse files
vmaksimosmaslov-intel
authored andcommitted
[SYCL][CUDA] Mark tests as XFAIL after LLORG pulldown (intel#349)
1 parent ee0afa0 commit cd36342

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

SYCL/Basic/multisource.cpp

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

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

SYCL/SeparateCompile/same-kernel.cpp

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

SYCL/SeparateCompile/sycl-external.cpp

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

0 commit comments

Comments
 (0)