Skip to content

Commit 69f264f

Browse files
authored
[SYCL][E2E] Disable hanging DX12 interop tests (#22577)
I'm updating the Windows driver to 101.8860 (runtime version 1.15.38308), now we have a new enough version so the `REQUIRES-INTEL-DRIVER` checks pass, but unfortunately the tests still hang. See #22576 Signed-off-by: Nick Sarnie <nick.sarnie@intel.com>
1 parent 3ea7d72 commit 69f264f

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

sycl/test-e2e/bindless_images/dx12_interop/D3D12_sycl_buffer_timeline_semaphore.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
// REQUIRES: aspect-ext_oneapi_external_semaphore_import
33
// REQUIRES: windows
44

5-
// REQUIRES-INTEL-DRIVER: lin: 38303 win: 101.9999
5+
// UNSUPPORTED: windows && run-mode
6+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/22576
67

78
// RUN: %{build} %link-directx -o %t.exe %if target-spir %{ -Wno-ignored-attributes %}
89
// RUN: %{run} %t.exe --no-sem

sycl/test-e2e/bindless_images/dx12_interop/D3D12_sycl_interop_2D_write_unsampled.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
// REQUIRES: aspect-ext_oneapi_external_memory_import
33
// REQUIRES: windows
44

5-
// REQUIRES-INTEL-DRIVER: lin: 38303 win: 101.9999
5+
// UNSUPPORTED: windows && run-mode
6+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/22576
67

78
// RUN: %{build} -o %t.exe %link-directx
89
// RUN: %{run} %t.exe --type float --channels 4 32x33

sycl/test-e2e/bindless_images/dx12_interop/D3D12_sycl_interop_3D_write_unsampled.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
// REQUIRES: aspect-ext_oneapi_external_memory_import
33
// REQUIRES: windows
44

5-
// REQUIRES-INTEL-DRIVER: lin: 38303 win: 101.9999
5+
// UNSUPPORTED: windows && run-mode
6+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/22576
67

78
// RUN: %{build} -o %t.exe %link-directx
89
// RUN: %{run} %t.exe --type float --channels 4 8x8x8

0 commit comments

Comments
 (0)