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

Commit 382b5eb

Browse files
authored
[SYCL] Disable invalid_event test on accelerator on OCL BE (#652)
The test sporadically fails on accelerator, see #651 for logs.
1 parent 7de5c03 commit 382b5eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SYCL/DiscardEvents/invalid_event.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// FIXME: fails on HIP
2-
// UNSUPPORTED: hip
1+
// FIXME: fails on HIP and accelerator
2+
// UNSUPPORTED: hip, (opencl && acc)
33
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
44
//
55
// RUN: %HOST_RUN_PLACEHOLDER %t.out

0 commit comments

Comments
 (0)