Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 91e3d0e

Browse files
dbudanov-cmplrPavel Chupin
andauthored
[ESIMD] Disable aot_mixed.cpp until get fixed 'Unsupported required sub group size' issue (#1260)
* Temporary disable ESIMD/aot_mixed.cpp untill get fixed 'Unsupported required sub group size' issue Co-authored-by: Pavel Chupin <[email protected]>
1 parent 0d17174 commit 91e3d0e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

SYCL/ESIMD/aot_mixed.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
// REQUIRES: gpu
99
// UNSUPPORTED: cuda || hip
1010
// 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
1115
// RUN: %clangxx -fsycl -fsycl-targets=spir64_gen -Xsycl-target-backend=spir64_gen "-device gen9" -o %t.sycl.out -DENABLE_SYCL=0 %s
1216
// RUN: %GPU_RUN_PLACEHOLDER %t.sycl.out
1317
// RUN: %clangxx -fsycl -fsycl-targets=spir64_gen -Xsycl-target-backend=spir64_gen "-device gen9" -o %t.out %s

0 commit comments

Comments
 (0)