Skip to content

Commit 2fce71b

Browse files
authored
[SYCL][E2E] XFAIL no_duplicate_devices.cpp on Linux Gen12 (#15289)
It's failing in the new GPU driver. #15288 Signed-off-by: Sarnie, Nick <[email protected]>
1 parent a9aa8cb commit 2fce71b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sycl/test-e2e/OneapiDeviceSelector/no_duplicate_devices.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
// RUN: cat tmp.txt | env ONEAPI_DEVICE_SELECTOR="opencl:*,cpu" %{run-unfiltered-devices} %t.out
55
// RUN: cat tmp.txt | env ONEAPI_DEVICE_SELECTOR="opencl:cpu,cpu" %{run-unfiltered-devices} %t.out
66

7+
// https://github.com/intel/llvm/issues/15288
8+
// XFAIL: linux && gpu-intel-gen12
9+
710
// on the first run we pass a dummy arg to the app. On seeing that, we count the
811
// number of CPU devices and output it. That is piped to a file. On subsequent
912
// runs we cat the file and pipe that to app. The app then compares the number

0 commit comments

Comments
 (0)