From 1210afa75c376fa3ff109f7d550e02b840496432 Mon Sep 17 00:00:00 2001 From: Nick Sarnie Date: Tue, 14 Jul 2026 11:37:00 -0700 Subject: [PATCH 1/2] [SYCL][E2E] Disable failing L0 adapter tests on Win DG2 Signed-off-by: Nick Sarnie --- sycl/test-e2e/Adapters/level_zero/barrier_optimization.cpp | 2 +- .../Adapters/level_zero/batch_test_copy_with_compute.cpp | 2 +- sycl/test-e2e/Adapters/level_zero/device_scope_events.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sycl/test-e2e/Adapters/level_zero/barrier_optimization.cpp b/sycl/test-e2e/Adapters/level_zero/barrier_optimization.cpp index d6b83b6de01e3..68f2e306e236c 100644 --- a/sycl/test-e2e/Adapters/level_zero/barrier_optimization.cpp +++ b/sycl/test-e2e/Adapters/level_zero/barrier_optimization.cpp @@ -2,7 +2,7 @@ // RUN: %{build} -o %t.out // RUN: env SYCL_UR_TRACE=2 UR_L0_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s -// UNSUPPORTED: windows && (gpu-intel-gen12 || arch-intel_gpu_bmg_g21) +// UNSUPPORTED: windows && (gpu-intel-gen12 || gpu-intel-dg2 || arch-intel_gpu_bmg_g21) // UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/22033 // UNSUPPORTED: linux && (arch-intel_gpu_pvc || arch-intel_gpu_bmg_g21 || arch-intel_gpu_mtl_u) 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 85a993e7433f2..d4c076046535a 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 @@ -5,7 +5,7 @@ // UNSUPPORTED-INTENDED: V1-only; V2 does not preserve zeCommandListClose/ // zeCommandQueueExecuteCommandLists flush points. -// UNSUPPORTED: windows && gpu-intel-gen12 +// UNSUPPORTED: windows && (gpu-intel-gen12 || gpu-intel-dg2) // UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/21556 // RUN: %{build} -o %t.out diff --git a/sycl/test-e2e/Adapters/level_zero/device_scope_events.cpp b/sycl/test-e2e/Adapters/level_zero/device_scope_events.cpp index 767356bccc995..e7d4950265cad 100644 --- a/sycl/test-e2e/Adapters/level_zero/device_scope_events.cpp +++ b/sycl/test-e2e/Adapters/level_zero/device_scope_events.cpp @@ -4,7 +4,7 @@ // UNSUPPORTED: level_zero_v2_adapter // UNSUPPORTED-INTENDED: V1-only -// UNSUPPORTED: windows && gpu-intel-gen12 +// UNSUPPORTED: windows && (gpu-intel-gen12 || gpu-intel-dg2) // UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/21766 // RUN: %{build} -o %t.out From cb58024e3aa790f1831e074052810dc5ba011d9d Mon Sep 17 00:00:00 2001 From: Nick Sarnie Date: Tue, 14 Jul 2026 12:13:06 -0700 Subject: [PATCH 2/2] one more Signed-off-by: Nick Sarnie --- sycl/test-e2e/KernelAndProgram/level-zero-static-link-flow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sycl/test-e2e/KernelAndProgram/level-zero-static-link-flow.cpp b/sycl/test-e2e/KernelAndProgram/level-zero-static-link-flow.cpp index 8187c1b97ba99..eeba9ae6da349 100644 --- a/sycl/test-e2e/KernelAndProgram/level-zero-static-link-flow.cpp +++ b/sycl/test-e2e/KernelAndProgram/level-zero-static-link-flow.cpp @@ -2,7 +2,7 @@ // UNSUPPORTED: ze_debug // UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/22347 -// UNSUPPORTED: windows && (gpu-intel-gen12 || arch-intel_gpu_bmg_g21) +// UNSUPPORTED: windows && (gpu-intel-gen12 || gpu-intel-dg2 || arch-intel_gpu_bmg_g21) // UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/21556 // UNSUPPORTED: linux && run-mode