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

[SYCL][HIP] Disable three failing tests #642

Merged
merged 1 commit into from
Dec 20, 2021
Merged
Show file tree
Hide file tree
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
3 changes: 2 additions & 1 deletion SYCL/DiscardEvents/discard_events_usm.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// FIXME unsupported on level_zero until L0 Plugin support becomes available for
// discard_queue_events
// UNSUPPORTED: level_zero
// FIXME unsupported in HIP plugin
// UNSUPPORTED: level_zero || hip
//
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
//
Expand Down
2 changes: 2 additions & 0 deletions SYCL/DiscardEvents/discard_events_usm_ooo_queue.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// FIXME: fails on HIP plugin
// UNSUPPORTED: hip
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
//
// RUN: env SYCL_PI_TRACE=2 %CPU_RUN_PLACEHOLDER %t.out &> %t.txt
Expand Down
2 changes: 2 additions & 0 deletions SYCL/DiscardEvents/invalid_event.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// FIXME: fails on HIP
// UNSUPPORTED: hip
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
//
// RUN: %HOST_RUN_PLACEHOLDER %t.out
Expand Down