File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 5
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
6
//
7
7
// ===----------------------------------------------------------------------===//
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
13
10
// 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
15
12
// RUN: %{run} %t.out
16
13
17
14
// This test checks the following ESIMD ahead-of-time compilation scenarios:
You can’t perform that action at this time.
0 commit comments