From 3d80526453fe8863785a2e1836d51cc53c7ae1cf Mon Sep 17 00:00:00 2001 From: "Chen, Sheng S" Date: Mon, 19 Aug 2024 15:04:18 +0800 Subject: [PATCH] [SYCLomatic] Skip 8 cases build lit step. Signed-off-by: Chen, Sheng S --- clang/test/dpct/asm/cos.cu | 1 - clang/test/dpct/asm/ex2.cu | 1 - clang/test/dpct/asm/lg2.cu | 1 - clang/test/dpct/asm/rsqrt.cu | 1 - clang/test/dpct/asm/sin.cu | 1 - clang/test/dpct/asm/sqrt.cu | 1 - clang/test/dpct/asm/tanh.cu | 1 - clang/test/dpct/explicit_namespace/explicit_namespace_none.cu | 1 - 8 files changed, 8 deletions(-) diff --git a/clang/test/dpct/asm/cos.cu b/clang/test/dpct/asm/cos.cu index 0c2268404f00..1e49326ff35f 100644 --- a/clang/test/dpct/asm/cos.cu +++ b/clang/test/dpct/asm/cos.cu @@ -2,7 +2,6 @@ // UNSUPPORTED: v8.0, v9.0, v9.1, v9.2, v10.0, v10.1, v10.2 // RUN: dpct --format-range=none -out-root %T/cos %s --cuda-include-path="%cuda-path/include" -- -std=c++14 -x cuda --cuda-host-only // RUN: FileCheck %s --match-full-lines --input-file %T/cos/cos.dp.cpp -// RUN: %if build_lit %{icpx -c -fsycl %T/cos/cos.dp.cpp -o %T/cos/cos.dp.o %} // clang-format off #include diff --git a/clang/test/dpct/asm/ex2.cu b/clang/test/dpct/asm/ex2.cu index 99421762a92e..cfa031ff4888 100644 --- a/clang/test/dpct/asm/ex2.cu +++ b/clang/test/dpct/asm/ex2.cu @@ -2,7 +2,6 @@ // UNSUPPORTED: v8.0, v9.0, v9.1, v9.2, v10.0, v10.1, v10.2 // RUN: dpct --format-range=none -out-root %T/ex2 %s --cuda-include-path="%cuda-path/include" -- -std=c++14 -x cuda --cuda-host-only // RUN: FileCheck %s --match-full-lines --input-file %T/ex2/ex2.dp.cpp -// RUN: %if build_lit %{icpx -c -fsycl %T/ex2/ex2.dp.cpp -o %T/ex2/ex2.dp.o %} // clang-format off #include diff --git a/clang/test/dpct/asm/lg2.cu b/clang/test/dpct/asm/lg2.cu index 916245414e1b..154ffb93be28 100644 --- a/clang/test/dpct/asm/lg2.cu +++ b/clang/test/dpct/asm/lg2.cu @@ -2,7 +2,6 @@ // UNSUPPORTED: v8.0, v9.0, v9.1, v9.2, v10.0, v10.1, v10.2 // RUN: dpct --format-range=none -out-root %T/lg2 %s --cuda-include-path="%cuda-path/include" -- -std=c++14 -x cuda --cuda-host-only // RUN: FileCheck %s --match-full-lines --input-file %T/lg2/lg2.dp.cpp -// RUN: %if build_lit %{icpx -c -fsycl %T/lg2/lg2.dp.cpp -o %T/lg2/lg2.dp.o %} // clang-format off #include diff --git a/clang/test/dpct/asm/rsqrt.cu b/clang/test/dpct/asm/rsqrt.cu index 488acb23ada6..d41019db30c2 100644 --- a/clang/test/dpct/asm/rsqrt.cu +++ b/clang/test/dpct/asm/rsqrt.cu @@ -2,7 +2,6 @@ // UNSUPPORTED: v8.0, v9.0, v9.1, v9.2, v10.0, v10.1, v10.2 // RUN: dpct --format-range=none -out-root %T/rsqrt %s --cuda-include-path="%cuda-path/include" -- -std=c++14 -x cuda --cuda-host-only // RUN: FileCheck %s --match-full-lines --input-file %T/rsqrt/rsqrt.dp.cpp -// RUN: %if build_lit %{icpx -c -fsycl %T/rsqrt/rsqrt.dp.cpp -o %T/rsqrt/rsqrt.dp.o %} // clang-format off #include diff --git a/clang/test/dpct/asm/sin.cu b/clang/test/dpct/asm/sin.cu index a82465f32632..029d6bc906b6 100644 --- a/clang/test/dpct/asm/sin.cu +++ b/clang/test/dpct/asm/sin.cu @@ -2,7 +2,6 @@ // UNSUPPORTED: v8.0, v9.0, v9.1, v9.2, v10.0, v10.1, v10.2 // RUN: dpct --format-range=none -out-root %T/sin %s --cuda-include-path="%cuda-path/include" -- -std=c++14 -x cuda --cuda-host-only // RUN: FileCheck %s --match-full-lines --input-file %T/sin/sin.dp.cpp -// RUN: %if build_lit %{icpx -c -fsycl %T/sin/sin.dp.cpp -o %T/sin/sin.dp.o %} // clang-format off #include diff --git a/clang/test/dpct/asm/sqrt.cu b/clang/test/dpct/asm/sqrt.cu index f90201ea123a..ec66cc7c13be 100644 --- a/clang/test/dpct/asm/sqrt.cu +++ b/clang/test/dpct/asm/sqrt.cu @@ -2,7 +2,6 @@ // UNSUPPORTED: v8.0, v9.0, v9.1, v9.2, v10.0, v10.1, v10.2 // RUN: dpct --format-range=none -out-root %T/sqrt %s --cuda-include-path="%cuda-path/include" -- -std=c++14 -x cuda --cuda-host-only // RUN: FileCheck %s --match-full-lines --input-file %T/sqrt/sqrt.dp.cpp -// RUN: %if build_lit %{icpx -c -fsycl %T/sqrt/sqrt.dp.cpp -o %T/sqrt/sqrt.dp.o %} // clang-format off #include diff --git a/clang/test/dpct/asm/tanh.cu b/clang/test/dpct/asm/tanh.cu index de5b47f66bda..61e92ff165cc 100644 --- a/clang/test/dpct/asm/tanh.cu +++ b/clang/test/dpct/asm/tanh.cu @@ -2,7 +2,6 @@ // UNSUPPORTED: v8.0, v9.0, v9.1, v9.2, v10.0, v10.1, v10.2 // RUN: dpct --format-range=none -out-root %T/tanh %s --cuda-include-path="%cuda-path/include" -- -std=c++14 -x cuda --cuda-host-only // RUN: FileCheck %s --match-full-lines --input-file %T/tanh/tanh.dp.cpp -// RUN: %if build_lit %{icpx -c -fsycl %T/tanh/tanh.dp.cpp -o %T/tanh/tanh.dp.o %} // clang-format off #include diff --git a/clang/test/dpct/explicit_namespace/explicit_namespace_none.cu b/clang/test/dpct/explicit_namespace/explicit_namespace_none.cu index 73cb9f8fce08..01b5886a9c79 100644 --- a/clang/test/dpct/explicit_namespace/explicit_namespace_none.cu +++ b/clang/test/dpct/explicit_namespace/explicit_namespace_none.cu @@ -2,7 +2,6 @@ // UNSUPPORTED: v8.0 // RUN: dpct --format-range=none -in-root %S -out-root %T/explicit_namespace_none %S/explicit_namespace_none.cu --cuda-include-path="%cuda-path/include" --use-explicit-namespace=none --sycl-named-lambda -- -x cuda --cuda-host-only -std=c++14 // RUN: FileCheck --input-file %T/explicit_namespace_none/explicit_namespace_none.dp.cpp --match-full-lines %s -// RUN: %if build_lit %{icpx -c -fsycl %T/explicit_namespace_none/explicit_namespace_none.dp.cpp -o %T/explicit_namespace_none/explicit_namespace_none.dp.o %} // CHECK: #include // CHECK-NEXT: #include