Skip to content

Commit 831bcb6

Browse files
steffenlarsenAlexeySachkov
authored andcommitted
[SYCL] Remove host run and dependencies from SYCL/HierPar tests (intel#1211)
This commit removes the host run and any assumptions and operations related to the host device from the tests in SYCL/HierPar. Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com> Co-authored-by: Sachkov, Alexey <alexey.sachkov@intel.com>
1 parent e6dc3b9 commit 831bcb6

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

SYCL/HierPar/hier_par_basic.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
//===----------------------------------------------------------------------===//
88

99
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
10-
// RUN: %HOST_RUN_PLACEHOLDER %t.out
1110
// RUN: %CPU_RUN_PLACEHOLDER %t.out
1211
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1312
// RUN: %ACC_RUN_PLACEHOLDER %t.out

SYCL/HierPar/hier_par_wgscope.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11

22
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
3-
// RUN: %HOST_RUN_PLACEHOLDER %t.out
43
// RUN: %CPU_RUN_PLACEHOLDER %t.out
54
// RUN: %GPU_RUN_PLACEHOLDER %t.out
65
// RUN: %ACC_RUN_PLACEHOLDER %t.out

SYCL/HierPar/hier_par_wgscope_O0.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
// UNSUPPORTED: gpu-intel-dg
99
// RUN: %clangxx -O0 -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
1010

11-
// RUN: %HOST_RUN_PLACEHOLDER %t.out
1211
// RUN: %CPU_RUN_PLACEHOLDER %t.out
1312
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1413
// RUN: %ACC_RUN_PLACEHOLDER %t.out

0 commit comments

Comments
 (0)