Skip to content

Commit 5230d12

Browse files
committed
[SYCL][E2E] Disable interop_all_backends on L0 Linux
Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 2172d9e commit 5230d12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test-e2e/Basic/interop/interop_all_backends.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// XFAIL: any-device-is-opencl, any-device-is-cuda, (windows && any-device-is-level_zero), gpu-intel-dg2, hip_amd
1+
// XFAIL: any-device-is-opencl, any-device-is-cuda, any-device-is-level_zero, gpu-intel-dg2, hip_amd
22
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/15819
33
// RUN: %if any-device-is-opencl %{ %{build} -o %t-opencl.out %}
44
// RUN: %if any-device-is-level_zero %{ %{build} -DBUILD_FOR_L0 -o %t-l0.out %}

0 commit comments

Comments
 (0)