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

[SYCL] Disable invalid_event test on accelerator on OCL BE #652

Merged
merged 1 commit into from
Dec 22, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions SYCL/DiscardEvents/invalid_event.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// FIXME: fails on HIP
// UNSUPPORTED: hip
// FIXME: fails on HIP and accelerator
// UNSUPPORTED: hip, (opencl && acc)
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
//
// RUN: %HOST_RUN_PLACEHOLDER %t.out
Expand Down