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

Commit 0209626

Browse files
authored
[SYCL] Enable ZE_DEBUG=4 test for 2 tests (#796)
Signed-off-by: Byoungro So <[email protected]>
1 parent 951f2ae commit 0209626

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
@@ -1,6 +1,5 @@
11
// FIXME: Fails on HIP and OpenCL accelerator
22
// UNSUPPORTED: hip, (opencl && accelerator)
3-
// UNSUPPORTED: ze_debug-1,ze_debug4
43
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
54
//
65
// RUN: %HOST_RUN_PLACEHOLDER %t.out

SYCL/USM/dep_events.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
// RUN: %CPU_RUN_PLACEHOLDER %t1.out
1616
// RUN: %GPU_RUN_PLACEHOLDER %t1.out
1717
// RUN: %ACC_RUN_PLACEHOLDER %t1.out
18-
// UNSUPPORTED: ze_debug-1,ze_debug4
1918

2019
#include <CL/sycl.hpp>
2120

0 commit comments

Comments
 (0)