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 ded5e51 commit 1f72a27Copy full SHA for 1f72a27
SYCL/ESIMD/aot_mixed.cpp
@@ -8,6 +8,10 @@
8
// REQUIRES: gpu
9
// UNSUPPORTED: cuda || hip
10
// UNSUPPORTED: esimd_emulator
11
+// Temporary disable everywhere until "Unsupported required sub group size" is
12
+// fixed in some configurations.
13
+// UNSUPPORTED: windows
14
+// UNSUPPORTED: linux
15
// RUN: %clangxx -fsycl -fsycl-targets=spir64_gen -Xsycl-target-backend=spir64_gen "-device gen9" -o %t.sycl.out -DENABLE_SYCL=0 %s
16
// RUN: %GPU_RUN_PLACEHOLDER %t.sycl.out
17
// RUN: %clangxx -fsycl -fsycl-targets=spir64_gen -Xsycl-target-backend=spir64_gen "-device gen9" -o %t.out %s
0 commit comments