From 13dceb48a10c09dabd75a689b1db96ba8cfab986 Mon Sep 17 00:00:00 2001 From: "Garcia Orozco, David" Date: Mon, 12 May 2025 07:59:53 -0700 Subject: [PATCH] Re-enable more Windows BMG tests --- .../Adapters/level_zero/batch_test_copy_with_compute.cpp | 3 --- sycl/test-e2e/KernelCompiler/sycl_join.cpp | 3 --- sycl/test-e2e/WorkGroupMemory/basic_usage.cpp | 2 -- 3 files changed, 8 deletions(-) diff --git a/sycl/test-e2e/Adapters/level_zero/batch_test_copy_with_compute.cpp b/sycl/test-e2e/Adapters/level_zero/batch_test_copy_with_compute.cpp index e3e2f350322b1..8470c7abd2bfa 100644 --- a/sycl/test-e2e/Adapters/level_zero/batch_test_copy_with_compute.cpp +++ b/sycl/test-e2e/Adapters/level_zero/batch_test_copy_with_compute.cpp @@ -1,9 +1,6 @@ // REQUIRES: gpu, level_zero // UNSUPPORTED: ze_debug, level_zero_v2_adapter -// UNSUPPORTED: windows && arch-intel_gpu_bmg_g21 -// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17255 - // RUN: %{build} -o %t.out // Set batching to 4 explicitly diff --git a/sycl/test-e2e/KernelCompiler/sycl_join.cpp b/sycl/test-e2e/KernelCompiler/sycl_join.cpp index 99af754ef41d2..fdc98a5940ddf 100644 --- a/sycl/test-e2e/KernelCompiler/sycl_join.cpp +++ b/sycl/test-e2e/KernelCompiler/sycl_join.cpp @@ -12,9 +12,6 @@ // UNSUPPORTED: accelerator // UNSUPPORTED-INTENDED: while accelerator is AoT only, this cannot run there. -// UNSUPPORTED: windows && arch-intel_gpu_bmg_g21 -// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17255 - // RUN: %{build} -o %t.out // RUN: %{run} %t.out // RUN: %{l0_leak_check} %{run} %t.out diff --git a/sycl/test-e2e/WorkGroupMemory/basic_usage.cpp b/sycl/test-e2e/WorkGroupMemory/basic_usage.cpp index d4c0e2182b80b..79b40d2a06f8e 100644 --- a/sycl/test-e2e/WorkGroupMemory/basic_usage.cpp +++ b/sycl/test-e2e/WorkGroupMemory/basic_usage.cpp @@ -1,5 +1,3 @@ -// UNSUPPORTED: windows && arch-intel_gpu_bmg_g21 -// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17255 // UNSUPPORTED: hip // UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17339 // RUN: %{build} -o %t.out