Skip to content
Open
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
2 changes: 1 addition & 1 deletion sycl/test-e2e/Basic/alloc_pinned_host_memory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// UNSUPPORTED: windows && gpu-intel-gen12
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/21556

// UNSUPPORTED: windows && arch-intel_gpu_bmg_g21
// UNSUPPORTED: windows && (arch-intel_gpu_bmg_g21 || arch-intel_gpu_acm_g10)
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/22287

// UNSUPPORTED: linux && level_zero
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Sporadically fails on:
// UNSUPPORTED: linux && level_zero && arch-intel_gpu_pvc
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/22555

// RUN: %{build} -o %t.out
// RUN: %{run} %t.out
// Extra run to check for leaks in Level Zero using UR_L0_LEAKS_DEBUG
Expand Down
Loading