Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading