Skip to content

Commit d96db8e

Browse files
authored
[SYCL][E2E] Re-enable Windows BMG tests that are no longer slow/hanging (#18286)
Fixes #17255 Fixes #17916 These are no longer slow after updating the drivers
1 parent fc7429e commit d96db8e

File tree

4 files changed

+0
-12
lines changed

4 files changed

+0
-12
lines changed

sycl/test-e2e/Adapters/level_zero/events_caching.cpp

-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
// UNSUPPORTED: level_zero_v2_adapter
33
// UNSUPPORTED-INTENDED: v2 adapter does not allow disabling caching
44

5-
// UNSUPPORTED: windows && arch-intel_gpu_bmg_g21
6-
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17255
7-
85
// RUN: %{build} -o %t.out
96

107
// RUN: %{l0_leak_check} %{run} %t.out 2>&1 | FileCheck --check-prefixes=CACHING-ENABLED %s

sycl/test-e2e/Adapters/level_zero/events_caching_leak.cpp

-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
// Check that events and pools are not leaked when event caching is
88
// enabled/disabled.
99

10-
// UNSUPPORTED: windows && arch-intel_gpu_bmg_g21
11-
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17916
12-
1310
#include <array>
1411
#include <sycl/detail/core.hpp>
1512

sycl/test-e2e/KernelCompiler/sycl.cpp

-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@
1212
// UNSUPPORTED: accelerator
1313
// UNSUPPORTED-INTENDED: while accelerator is AoT only, this cannot run there.
1414

15-
// UNSUPPORTED: windows && arch-intel_gpu_bmg_g21
16-
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17255
17-
1815
// RUN: %{build} -o %t.out
1916
// RUN: %{l0_leak_check} %{run} %t.out
2017

sycl/test-e2e/Regression/static-buffer-dtor.cpp

-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@
1818
// Windows doesn't yet have full shutdown().
1919
// UNSUPPORTED: ze_debug && windows
2020

21-
// UNSUPPORTED: windows && arch-intel_gpu_bmg_g21
22-
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17255
23-
2421
#include <sycl/detail/core.hpp>
2522

2623
int main() {

0 commit comments

Comments
 (0)