Skip to content

Commit 630ccc8

Browse files
[NFC][E2E] Use UNSUPPORTED-INTENDED for L0-interop + ze_debug (#18814)
Fixes #18299.
1 parent cfc803c commit 630ccc8

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

sycl/test-e2e/Adapters/level_zero/interop-get-native-mem.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
// REQUIRES: level_zero, level_zero_dev_kit
2-
// L0 adapter incorrectly reports memory leaks because it doesn't take into
3-
// account direct calls to L0 API.
42
// UNSUPPORTED: ze_debug
5-
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/18299
3+
// UNSUPPORTED-INTENDED: Leaks detection is done at UR level and doesn't account
4+
// for native L0 API calls.
65
// UNSUPPORTED: linux && gpu-intel-dg2 && run-mode && !igc-dev
76
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/18273
87
// RUN: %{build} %level_zero_options -o %t.out

sycl/test-e2e/Graph/Explicit/interop-level-zero-get-native-mem.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
// REQUIRES: level_zero, level_zero_dev_kit
2-
// L0 adapter incorrectly reports memory leaks because it doesn't take into
3-
// account direct calls to L0 API.
42
// UNSUPPORTED: ze_debug
5-
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/18299
3+
// UNSUPPORTED-INTENDED: Leaks detection is done at UR level and doesn't account
4+
// for native L0 API calls.
65
// UNSUPPORTED: linux && gpu-intel-dg2 && run-mode && !igc-dev
76
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/18273
87
// RUN: %{build} %level_zero_options -o %t.out

sycl/test-e2e/Graph/RecordReplay/interop-level-zero-get-native-mem.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
// REQUIRES: level_zero, level_zero_dev_kit
2-
// L0 adapter incorrectly reports memory leaks because it doesn't take into
3-
// account direct calls to L0 API.
42
// UNSUPPORTED: ze_debug
5-
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/18299
3+
// UNSUPPORTED-INTENDED: Leaks detection is done at UR level and doesn't account
4+
// for native L0 API calls.
65
// UNSUPPORTED: linux && gpu-intel-dg2 && run-mode && !igc-dev
76
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/18273
87
// RUN: %{build} %level_zero_options -o %t.out

0 commit comments

Comments
 (0)