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

Commit 4fe3e90

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

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

SYCL/DiscardEvents/invalid_event.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// UNSUPPORTED: hip, (opencl && accelerator)
33
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
44
//
5-
// RUN: %HOST_RUN_PLACEHOLDER %t.out
65
// RUN: %CPU_RUN_PLACEHOLDER %t.out
76
// RUN: %GPU_RUN_PLACEHOLDER %t.out
87
// RUN: %ACC_RUN_PLACEHOLDER %t.out

SYCL/DiscardEvents/invalid_event_exceptions.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 %s -o %t.out
22
//
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

0 commit comments

Comments
 (0)