From 15b57642c5825f08581a28cc87573db667adb5ba Mon Sep 17 00:00:00 2001 From: "Mateusz P. Nowak" Date: Fri, 31 Jul 2026 11:38:02 +0000 Subject: [PATCH] [SYCL][E2E] Re-enable interop-buffer-ownership.cpp on Linux BMG --- sycl/test-e2e/Adapters/level_zero/interop-buffer-ownership.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/sycl/test-e2e/Adapters/level_zero/interop-buffer-ownership.cpp b/sycl/test-e2e/Adapters/level_zero/interop-buffer-ownership.cpp index 5cc5433bfbbb9..70a912be70d6d 100644 --- a/sycl/test-e2e/Adapters/level_zero/interop-buffer-ownership.cpp +++ b/sycl/test-e2e/Adapters/level_zero/interop-buffer-ownership.cpp @@ -1,8 +1,6 @@ // REQUIRES: gpu, level_zero, level_zero_dev_kit // UNSUPPORTED: ze_debug // UNSUPPORTED-INTENDED: L0 adapter incorrectly reports memory leaks because it -// UNSUPPORTED: linux && arch-intel_gpu_bmg_g21 -// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/22478 // doesn't take into account direct calls to L0 API. // RUN: %{build} %level_zero_options -o %t.out // RUN: env SYCL_PI_LEVEL_ZERO_DISABLE_USM_ALLOCATOR=1 UR_L0_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s