Skip to content

Commit 62055e5

Browse files
againullbb-sycl
authored andcommitted
[SYCL] Disable ze_debug4 check for L0 buffer interop tests (intel#992)
ze_debug4 check is expected to fail for these tests because th L0 plugin doesn't take into account direct calls to L0 API.
1 parent df0e973 commit 62055e5

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

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

100755100644
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
// REQUIRES: level_zero, level_zero_dev_kit
22
<<<<<<< HEAD
3+
<<<<<<< HEAD
34
// L0 plugin incorrectly reports memory leaks because it doesn't take into
45
// account direct calls to L0 API.
56
// UNSUPPORTED: ze_debug-1,ze_debug4
67
=======
78
>>>>>>> de5539051 ([SYCL] Test buffer interop for the Level Zero backend (#708))
9+
=======
10+
// L0 plugin incorrectly reports memory leaks because it doesn't take into
11+
// account direct calls to L0 API.
12+
// UNSUPPORTED: ze_debug-1,ze_debug4
13+
>>>>>>> 9337032ca ([SYCL] Disable ze_debug4 check for L0 buffer interop tests (#992))
814
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %level_zero_options %s -o %t.out
915
// RUN: env SYCL_DEVICE_FILTER=level_zero ZE_DEBUG=1 %GPU_RUN_PLACEHOLDER %t.out 2>&1 | FileCheck %s
1016

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

100755100644
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
// REQUIRES: level_zero, level_zero_dev_kit
22
<<<<<<< HEAD
3+
<<<<<<< HEAD
34
// L0 plugin incorrectly reports memory leaks because it doesn't take into
45
// account direct calls to L0 API.
56
// UNSUPPORTED: ze_debug-1,ze_debug4
67
=======
78
>>>>>>> de5539051 ([SYCL] Test buffer interop for the Level Zero backend (#708))
9+
=======
10+
// L0 plugin incorrectly reports memory leaks because it doesn't take into
11+
// account direct calls to L0 API.
12+
// UNSUPPORTED: ze_debug-1,ze_debug4
13+
>>>>>>> 9337032ca ([SYCL] Disable ze_debug4 check for L0 buffer interop tests (#992))
814
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %level_zero_options %s -o %t.out
915
// RUN: env SYCL_DEVICE_FILTER=level_zero ZE_DEBUG=1 %GPU_RUN_PLACEHOLDER %t.out
1016

0 commit comments

Comments
 (0)