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

Commit 7d7e339

Browse files
authored
[SYCL] Enable discard_events feature tests for L0 (#1132)
1 parent bb92e5f commit 7d7e339

File tree

3 files changed

+1
-11
lines changed

3 files changed

+1
-11
lines changed

SYCL/DiscardEvents/discard_events_accessors.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
// FIXME unsupported on level_zero until L0 Plugin support becomes available for
2-
// discard_queue_events
3-
// UNSUPPORTED: level_zero
4-
//
51
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
62
//
73
// RUN: env SYCL_PI_TRACE=2 %CPU_RUN_PLACEHOLDER %t.out &> %t.txt || true

SYCL/DiscardEvents/discard_events_using_assert_ndebug.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
// FIXME unsupported on level_zero until L0 Plugin support becomes available for
2-
// discard_queue_events
3-
// UNSUPPORTED: level_zero
4-
//
51
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -DNDEBUG -o %t.out
62
//
73
// RUN: env SYCL_PI_TRACE=2 %CPU_RUN_PLACEHOLDER %t.out &> %t.txt

SYCL/DiscardEvents/discard_events_usm.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
// FIXME unsupported on level_zero until L0 Plugin support becomes available for
2-
// discard_queue_events
31
// FIXME unsupported in HIP plugin
4-
// UNSUPPORTED: level_zero || hip
2+
// UNSUPPORTED: hip
53
//
64
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
75
//

0 commit comments

Comments
 (0)