Skip to content

Commit b7200bc

Browse files
authored
Merge pull request intel#870 from againull/disable_ze_debug4
[SYCL] Disable ze_debug4 check for L0 buffer interop tests (intel#992)
2 parents 3322c7a + e6e550d commit b7200bc

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

SYCL/Plugin/interop-level-zero-buffer-ownership.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
// 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
25
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %level_zero_options %s -o %t.out
36
// RUN: env SYCL_DEVICE_FILTER=level_zero ZE_DEBUG=1 %GPU_RUN_PLACEHOLDER %t.out 2>&1 | FileCheck %s
47

SYCL/Plugin/interop-level-zero-buffer.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
// 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
25
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %level_zero_options %s -o %t.out
36
// RUN: env SYCL_DEVICE_FILTER=level_zero ZE_DEBUG=1 %GPU_RUN_PLACEHOLDER %t.out
47

0 commit comments

Comments
 (0)