Skip to content

Commit 2d41460

Browse files
authored
[SYCL][E2E] Disable vulkan_sycl_image_interop_read_1d.cpp on Win BMG (#22085)
It's hanging with the new Win driver so we need to disable it. See #22084. Signed-off-by: Nick Sarnie <nick.sarnie@intel.com>
1 parent 8f0d955 commit 2d41460

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

sycl/test-e2e/bindless_images/vulkan_interop/vulkan_sycl_image_interop_read_1d.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
// XFAIL: windows && gpu-intel-dg2
66
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/21985
77

8+
// UNSUPPORTED: windows && arch-intel_gpu_bmg_g21
9+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/22084
10+
811
// RUN: %{build} %link-vulkan -o %t.out %if target-spir %{ -Wno-ignored-attributes %}
912

1013
/*

0 commit comments

Comments
 (0)