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

Commit 9b7a15a

Browse files
author
Artem Gindinson
authored
[SYCL] Fix UNSUPPORTED syntax for DiscardEvents/invalid_event.cpp (#665)
As shown by CI for #569, the unsupported combination of opencl && acc still shows up. Attempt to fix this by using a common operator style as a follow-up to #652. Signed-off-by: Artem Gindinson <[email protected]>
1 parent fefbd39 commit 9b7a15a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SYCL/DiscardEvents/invalid_event.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// FIXME: fails on HIP and accelerator
2-
// UNSUPPORTED: hip, (opencl && acc)
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)