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

Commit 7061140

Browse files
dbudanov-cmplrPavel Chupin
andauthored
Update SYCL/ESIMD/aot_mixed.cpp
Co-authored-by: Pavel Chupin <[email protected]>
1 parent f49f3f1 commit 7061140

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

SYCL/ESIMD/aot_mixed.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
// REQUIRES: gpu
99
// UNSUPPORTED: cuda || hip
1010
// UNSUPPORTED: esimd_emulator
11-
// UNSUPPORTED: gpu-intel-gen9
11+
// Temporary disable everywhere until "Unsupported required sub group size" is fixed in some configurations.
12+
// UNSUPPORTED: windows
13+
// UNSUPPORTED: linux
1214
// RUN: %clangxx -fsycl -fsycl-targets=spir64_gen -Xsycl-target-backend=spir64_gen "-device gen9" -o %t.sycl.out -DENABLE_SYCL=0 %s
1315
// RUN: %GPU_RUN_PLACEHOLDER %t.sycl.out
1416
// RUN: %clangxx -fsycl -fsycl-targets=spir64_gen -Xsycl-target-backend=spir64_gen "-device gen9" -o %t.out %s

0 commit comments

Comments
 (0)