From 50aebda0e11e7c34554a53d16a79bee89c959308 Mon Sep 17 00:00:00 2001 From: Viktoria Maksimova Date: Thu, 8 Jul 2021 19:48:02 +0300 Subject: [PATCH] [SYCL][CUDA] Mark tests as XFAIL after LLORG pulldown --- SYCL/Basic/multisource.cpp | 2 ++ SYCL/SeparateCompile/same-kernel.cpp | 1 + SYCL/SeparateCompile/sycl-external.cpp | 2 ++ 3 files changed, 5 insertions(+) diff --git a/SYCL/Basic/multisource.cpp b/SYCL/Basic/multisource.cpp index 11679f8c2e..df5ee05c7a 100644 --- a/SYCL/Basic/multisource.cpp +++ b/SYCL/Basic/multisource.cpp @@ -6,6 +6,8 @@ // //===----------------------------------------------------------------------===// +// XFAIL: cuda + // Separate kernel sources and host code sources // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -c -o %t.kernel.o %s -DINIT_KERNEL -DCALC_KERNEL // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -c -o %t.main.o %s -DMAIN_APP diff --git a/SYCL/SeparateCompile/same-kernel.cpp b/SYCL/SeparateCompile/same-kernel.cpp index 42407276a3..4c0ca0e70e 100644 --- a/SYCL/SeparateCompile/same-kernel.cpp +++ b/SYCL/SeparateCompile/same-kernel.cpp @@ -4,6 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // +// XFAIL: cuda //===----------------------------------------------------------------------===// // >> ---- compile src1 // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -c %s -o %t-same-kernel-a.o diff --git a/SYCL/SeparateCompile/sycl-external.cpp b/SYCL/SeparateCompile/sycl-external.cpp index 18b6d166b5..2d868dbc8d 100644 --- a/SYCL/SeparateCompile/sycl-external.cpp +++ b/SYCL/SeparateCompile/sycl-external.cpp @@ -1,3 +1,5 @@ +// XFAIL: cuda + // Test1 - check that kernel can call a SYCL_EXTERNAL function defined in a // different object file. // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -DSOURCE1 -c %s -o %t1.o