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

[SYCL] Enable discard_events feature tests for L0 #1132

Merged
merged 1 commit into from
Aug 22, 2022
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
4 changes: 0 additions & 4 deletions SYCL/DiscardEvents/discard_events_accessors.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
// FIXME unsupported on level_zero until L0 Plugin support becomes available for
// discard_queue_events
// UNSUPPORTED: level_zero
//
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
//
// RUN: env SYCL_PI_TRACE=2 %CPU_RUN_PLACEHOLDER %t.out &> %t.txt || true
Expand Down
4 changes: 0 additions & 4 deletions SYCL/DiscardEvents/discard_events_using_assert_ndebug.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
// FIXME unsupported on level_zero until L0 Plugin support becomes available for
// discard_queue_events
// UNSUPPORTED: level_zero
//
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -DNDEBUG -o %t.out
//
// RUN: env SYCL_PI_TRACE=2 %CPU_RUN_PLACEHOLDER %t.out &> %t.txt
Expand Down
4 changes: 1 addition & 3 deletions SYCL/DiscardEvents/discard_events_usm.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// FIXME unsupported on level_zero until L0 Plugin support becomes available for
// discard_queue_events
// FIXME unsupported in HIP plugin
// UNSUPPORTED: level_zero || hip
// UNSUPPORTED: hip
//
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
//
Expand Down