diff --git a/SYCL/Basic/multisource.cpp b/SYCL/Basic/multisource.cpp index df5ee05c7a..11679f8c2e 100644 --- a/SYCL/Basic/multisource.cpp +++ b/SYCL/Basic/multisource.cpp @@ -6,8 +6,6 @@ // //===----------------------------------------------------------------------===// -// 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 4c0ca0e70e..42407276a3 100644 --- a/SYCL/SeparateCompile/same-kernel.cpp +++ b/SYCL/SeparateCompile/same-kernel.cpp @@ -4,7 +4,6 @@ // 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 2d868dbc8d..18b6d166b5 100644 --- a/SYCL/SeparateCompile/sycl-external.cpp +++ b/SYCL/SeparateCompile/sycl-external.cpp @@ -1,5 +1,3 @@ -// 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