We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85cfcda commit a064301Copy full SHA for a064301
sycl/test-e2e/Adapters/level_zero_eager_init.cpp
@@ -1,4 +1,7 @@
1
// REQUIRES: level_zero, level_zero_dev_kit
2
+// UNSUPPORTED: ze_debug
3
+// UNSUPPORTED-INTENDED: ze_debug UR emits summary of leaks that contains
4
+// function names that we match in the test.
5
6
// RUN: %{build} -Wno-error=deprecated-declarations %level_zero_options -o %t.out
7
// RUN: env UR_L0_DEBUG=1 SYCL_EAGER_INIT=1 %{run} %t.out 2>&1 | FileCheck %s
0 commit comments