From ea0a05a6685f1c646950f0bd287211f86d5aee32 Mon Sep 17 00:00:00 2001 From: Chris Perkins Date: Mon, 28 Apr 2025 17:59:44 -0700 Subject: [PATCH] There have been Win teardown fixes and I'm wondering if they are also fixing this issue. Tested on one of our Win BMG machines and the tests run promptly and pass Signed-off-by: Chris Perkins --- sycl/test-e2e/Adapters/level_zero/events_caching.cpp | 3 --- sycl/test-e2e/Adapters/level_zero/events_caching_leak.cpp | 3 --- 2 files changed, 6 deletions(-) diff --git a/sycl/test-e2e/Adapters/level_zero/events_caching.cpp b/sycl/test-e2e/Adapters/level_zero/events_caching.cpp index ace2ab8356b7..55db76734730 100644 --- a/sycl/test-e2e/Adapters/level_zero/events_caching.cpp +++ b/sycl/test-e2e/Adapters/level_zero/events_caching.cpp @@ -2,9 +2,6 @@ // UNSUPPORTED: level_zero_v2_adapter // UNSUPPORTED-INTENDED: v2 adapter does not allow disabling caching -// UNSUPPORTED: windows && arch-intel_gpu_bmg_g21 -// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17255 - // RUN: %{build} -o %t.out // RUN: %{l0_leak_check} %{run} %t.out 2>&1 | FileCheck --check-prefixes=CACHING-ENABLED %s diff --git a/sycl/test-e2e/Adapters/level_zero/events_caching_leak.cpp b/sycl/test-e2e/Adapters/level_zero/events_caching_leak.cpp index 5e0bea2b8556..bf0d4fad6795 100644 --- a/sycl/test-e2e/Adapters/level_zero/events_caching_leak.cpp +++ b/sycl/test-e2e/Adapters/level_zero/events_caching_leak.cpp @@ -7,9 +7,6 @@ // Check that events and pools are not leaked when event caching is // enabled/disabled. -// UNSUPPORTED: windows && arch-intel_gpu_bmg_g21 -// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17916 - #include #include