Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 86fc200

Browse files
[SYCL] Remove host run and dependencies from SYCL/Functor tests (#1209)
This commit removes the host run and any assumptions and operations related to the host device from the tests in SYCL/Functor. Signed-off-by: Larsen, Steffen <[email protected]> Co-authored-by: Sachkov, Alexey <[email protected]>
1 parent 20f514b commit 86fc200

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

SYCL/Functor/functor_inheritance.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -o %t.out %s
2-
// RUN: %HOST_RUN_PLACEHOLDER %t.out
32
// RUN: %CPU_RUN_PLACEHOLDER %t.out
43
// RUN: %GPU_RUN_PLACEHOLDER %t.out
54
// RUN: %ACC_RUN_PLACEHOLDER %t.out

SYCL/Functor/kernel_functor.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -o %t.out %s
22
// RUN: cd %T
3-
// RUN: %HOST_RUN_PLACEHOLDER %t.out
43
// RUN: %CPU_RUN_PLACEHOLDER %t.out
54
// RUN: %GPU_RUN_PLACEHOLDER %t.out
65

0 commit comments

Comments
 (0)