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 4a02fd7 commit 2a79fc3Copy full SHA for 2a79fc3
SYCL/Plugin/interop-level-zero-get-native-mem.cpp
@@ -1,4 +1,7 @@
1
// REQUIRES: level_zero, level_zero_dev_kit
2
+// L0 plugin incorrectly reports memory leaks because it doesn't take into
3
+// account direct calls to L0 API.
4
+// UNSUPPORTED: ze_debug-1,ze_debug4
5
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %level_zero_options %s -o %t.out
6
// RUN: env SYCL_BE=PI_LEVEL_ZERO %GPU_RUN_PLACEHOLDER %t.out
7
0 commit comments