Skip to content
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: 4 additions & 0 deletions sycl/test-e2e/Adapters/level_zero/eager_init.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
// UNSUPPORTED-INTENDED: ze_debug UR emits summary of leaks that contains
// function names that we match in the test.

// UNSUPPORTED: level_zero_v2_adapter
// UNSUPPORTED-INTENDED: Level Zero v2 adapter performs lazy initialization
// and does not support SYCL_EAGER_INIT=1, which this test requires.

// RUN: %{build} -Wno-error=deprecated-declarations %level_zero_options -o %t.out
// RUN: env UR_L0_DEBUG=1 SYCL_EAGER_INIT=1 %{run} %t.out 2>&1 | FileCheck %s
//
Expand Down