From 720adc91188e3c072ea4a4580a7deaabfd1c74ba Mon Sep 17 00:00:00 2001 From: "Larsen, Steffen" Date: Fri, 2 Sep 2022 04:07:55 -0700 Subject: [PATCH] [SYCL] Remove host run and dependencies from SYCL/Complex tests This commit removes the host run and any assumptions and operations related to the host device from the tests in SYCL/Complex. Co-authored-by: Sachkov, Alexey Signed-off-by: Larsen, Steffen --- SYCL/Complex/sycl_complex_math_test.cpp | 1 - SYCL/Complex/sycl_complex_operator_test.cpp | 1 - SYCL/Complex/sycl_complex_pow_test.cpp | 1 - SYCL/Complex/sycl_complex_stream_test.cpp | 1 - 4 files changed, 4 deletions(-) diff --git a/SYCL/Complex/sycl_complex_math_test.cpp b/SYCL/Complex/sycl_complex_math_test.cpp index 35979d5f56..083ba319e8 100644 --- a/SYCL/Complex/sycl_complex_math_test.cpp +++ b/SYCL/Complex/sycl_complex_math_test.cpp @@ -1,5 +1,4 @@ // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -fsycl-device-code-split=per_kernel %s -o %t.out -// RUN: %HOST_RUN_PLACEHOLDER %t.out // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out diff --git a/SYCL/Complex/sycl_complex_operator_test.cpp b/SYCL/Complex/sycl_complex_operator_test.cpp index fff51c6b23..baa0e33c59 100644 --- a/SYCL/Complex/sycl_complex_operator_test.cpp +++ b/SYCL/Complex/sycl_complex_operator_test.cpp @@ -1,5 +1,4 @@ // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -fsycl-device-code-split=per_kernel %s -o %t.out -// RUN: %HOST_RUN_PLACEHOLDER %t.out // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out diff --git a/SYCL/Complex/sycl_complex_pow_test.cpp b/SYCL/Complex/sycl_complex_pow_test.cpp index dd238cbb68..e78aaf3830 100644 --- a/SYCL/Complex/sycl_complex_pow_test.cpp +++ b/SYCL/Complex/sycl_complex_pow_test.cpp @@ -1,5 +1,4 @@ // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -fsycl-device-code-split=per_kernel %s -o %t.out -// RUN: %HOST_RUN_PLACEHOLDER %t.out // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out diff --git a/SYCL/Complex/sycl_complex_stream_test.cpp b/SYCL/Complex/sycl_complex_stream_test.cpp index d423b13802..7878f55984 100644 --- a/SYCL/Complex/sycl_complex_stream_test.cpp +++ b/SYCL/Complex/sycl_complex_stream_test.cpp @@ -1,5 +1,4 @@ // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -fsycl-device-code-split=per_kernel %s -o %t.out -// RUN: %HOST_RUN_PLACEHOLDER %t.out // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out