Skip to content

Commit 181ace8

Browse files
authored
[SYCL][E2E] XFAIL failing native memory tests (#18274)
Been failing in postcommit for days, see [here](#18273). --------- Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>
1 parent eeb0e6a commit 181ace8

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// L0 adapter incorrectly reports memory leaks because it doesn't take into
33
// account direct calls to L0 API.
44
// UNSUPPORTED: ze_debug
5+
// XFAIL: linux && gpu-intel-dg2 && run-mode && !igc-dev
6+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18273
57
// RUN: %{build} %level_zero_options -o %t.out
68
// RUN: %{run} %t.out
79

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// L0 adapter incorrectly reports memory leaks because it doesn't take into
33
// account direct calls to L0 API.
44
// UNSUPPORTED: ze_debug
5+
// XFAIL: linux && gpu-intel-dg2 && run-mode && !igc-dev
6+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18273
57
// RUN: %{build} %level_zero_options -o %t.out
68
// RUN: %{run} %t.out
79

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// L0 adapter incorrectly reports memory leaks because it doesn't take into
33
// account direct calls to L0 API.
44
// UNSUPPORTED: ze_debug
5+
// XFAIL: linux && gpu-intel-dg2 && run-mode && !igc-dev
6+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18273
57
// RUN: %{build} %level_zero_options -o %t.out
68
// RUN: %{run} %t.out
79
// Extra run to check for immediate-command-list in Level Zero

0 commit comments

Comments
 (0)