From c908bd936e571545d48e324887f0eacb120d397a Mon Sep 17 00:00:00 2001 From: "Larsen, Steffen" Date: Fri, 2 Sep 2022 04:17:31 -0700 Subject: [PATCH] [SYCL] Remove host run and dependencies from SYCL/HierPar tests This commit removes the host run and any assumptions and operations related to the host device from the tests in SYCL/HierPar. Co-authored-by: Sachkov, Alexey Signed-off-by: Larsen, Steffen --- SYCL/HierPar/hier_par_basic.cpp | 1 - SYCL/HierPar/hier_par_wgscope.cpp | 1 - SYCL/HierPar/hier_par_wgscope_O0.cpp | 1 - 3 files changed, 3 deletions(-) diff --git a/SYCL/HierPar/hier_par_basic.cpp b/SYCL/HierPar/hier_par_basic.cpp index 4747a2d81d..6033d07290 100644 --- a/SYCL/HierPar/hier_par_basic.cpp +++ b/SYCL/HierPar/hier_par_basic.cpp @@ -7,7 +7,6 @@ //===----------------------------------------------------------------------===// // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %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/HierPar/hier_par_wgscope.cpp b/SYCL/HierPar/hier_par_wgscope.cpp index 966e6b6489..e91107b171 100644 --- a/SYCL/HierPar/hier_par_wgscope.cpp +++ b/SYCL/HierPar/hier_par_wgscope.cpp @@ -1,6 +1,5 @@ // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %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/HierPar/hier_par_wgscope_O0.cpp b/SYCL/HierPar/hier_par_wgscope_O0.cpp index 7233de9347..1e891ef84d 100644 --- a/SYCL/HierPar/hier_par_wgscope_O0.cpp +++ b/SYCL/HierPar/hier_par_wgscope_O0.cpp @@ -8,7 +8,6 @@ // RUN: %clangxx -O0 -fsycl -fsycl-targets=%sycl_triple %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