Skip to content

Commit 99ef721

Browse files
committed
[SYCL][E2E] Enable DirectX interop tests on Windows
Signed-off-by: Nick Sarnie <[email protected]>
1 parent b745db1 commit 99ef721

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
if 'windows' in config.available_features:
2+
config.unsupported_features.remove('gpu-intel-dg2')
3+
config.unsupported_features.remove('arch-intel_gpu_bmg_g21')

sycl/test-e2e/bindless_images/dx11_interop/read_write_unsampled.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
// UNSUPPORTED-INTENDED: Unknown issue with integrated GPU failing
66
// when importing memory
77

8+
// UNSUPPORTED: gpu-intel-dg2
9+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/21159
10+
811
// XFAIL: windows && arch-intel_gpu_bmg_g21
912
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/20384
1013

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
if 'windows' in config.available_features:
2+
config.unsupported_features.remove('gpu-intel-dg2')
3+
config.unsupported_features.remove('arch-intel_gpu_bmg_g21')

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
// UNSUPPORTED-INTENDED: Unknown issue with integrated GPU failing
66
// when importing memory
77

8+
// UNSUPPORTED: gpu-intel-dg2
9+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/21159
10+
811
// XFAIL: windows && arch-intel_gpu_bmg_g21
912
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/20384
1013

0 commit comments

Comments
 (0)