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 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