We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9aa8cb commit 2fce71bCopy full SHA for 2fce71b
sycl/test-e2e/OneapiDeviceSelector/no_duplicate_devices.cpp
@@ -4,6 +4,9 @@
4
// RUN: cat tmp.txt | env ONEAPI_DEVICE_SELECTOR="opencl:*,cpu" %{run-unfiltered-devices} %t.out
5
// RUN: cat tmp.txt | env ONEAPI_DEVICE_SELECTOR="opencl:cpu,cpu" %{run-unfiltered-devices} %t.out
6
7
+// https://github.com/intel/llvm/issues/15288
8
+// XFAIL: linux && gpu-intel-gen12
9
+
10
// on the first run we pass a dummy arg to the app. On seeing that, we count the
11
// number of CPU devices and output it. That is piped to a file. On subsequent
12
// runs we cat the file and pipe that to app. The app then compares the number
0 commit comments