Skip to content

Commit db7b422

Browse files
committed
[SYCL][ESIMD][E2E] Enable AOT test
Signed-off-by: Sarnie, Nick <[email protected]>
1 parent e62f3ba commit db7b422

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

sycl/test-e2e/ESIMD/aot_mixed.cpp

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,10 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// Temporary disable everywhere until "Unsupported required sub group size" is
9-
// fixed in some configurations.
10-
// UNSUPPORTED: windows
11-
// UNSUPPORTED: linux
12-
// RUN: %clangxx -fsycl -fsycl-targets=spir64_gen -Xsycl-target-backend=spir64_gen "-device gen9" -o %t.sycl.out -DENABLE_SYCL=0 %s
8+
// REQUIRES: ocloc
9+
// RUN: %clangxx -fsycl -fsycl-targets=spir64_gen -Xsycl-target-backend=spir64_gen %gpu_aot_target_opts -o %t.sycl.out -DENABLE_SYCL=0 %s
1310
// RUN: %{run} %t.sycl.out
14-
// RUN: %clangxx -fsycl -fsycl-targets=spir64_gen -Xsycl-target-backend=spir64_gen "-device gen9" -o %t.out %s
11+
// RUN: %clangxx -fsycl -fsycl-targets=spir64_gen -Xsycl-target-backend=spir64_gen %gpu_aot_target_opts -o %t.out %s
1512
// RUN: %{run} %t.out
1613

1714
// This test checks the following ESIMD ahead-of-time compilation scenarios:

0 commit comments

Comments
 (0)