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

Commit 4ce1459

Browse files
[SYCL] Remove host run and dependencies from SYCL/OnlineCompiler tests (#1214)
This commit removes the host run and any assumptions and operations related to the host device from the tests in SYCL/OnlineCompiler. Signed-off-by: Larsen, Steffen <[email protected]> Co-authored-by: Sachkov, Alexey <[email protected]>
1 parent 3b2640f commit 4ce1459

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

SYCL/OnlineCompiler/online_compiler_L0.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -DRUN_KERNELS %level_zero_options %s -o %t.out
44
// RUN: %CPU_RUN_PLACEHOLDER %t.out
55
// RUN: %GPU_RUN_PLACEHOLDER %t.out
6-
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %level_zero_options %s -o %th.out
7-
// RUN: %HOST_RUN_PLACEHOLDER %th.out
86

97
// This test checks ext::intel feature class online_compiler for Level-Zero.
108
// All Level-Zero specific code is kept here and the common part that can be

SYCL/OnlineCompiler/online_compiler_OpenCL.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -DRUN_KERNELS %opencl_lib -o %t.out
44
// RUN: %CPU_RUN_PLACEHOLDER %t.out
55
// RUN: %GPU_RUN_PLACEHOLDER %t.out
6-
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s %opencl_lib -o %th.out
7-
// RUN: %HOST_RUN_PLACEHOLDER %th.out
86

97
// This test checks ext::intel feature class online_compiler for OpenCL.
108
// All OpenCL specific code is kept here and the common part that can be

0 commit comments

Comments
 (0)