File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
//
7
7
// ===---------------------------------------===//
8
8
9
- // RUN: %{build} -fsycl-device-code-split=per_kernel -std=c++20 - o %t.out
9
+ // RUN: %{build} -fsycl-device-code-split=per_kernel -o %t.out
10
10
// RUN: %{run} %t.out
11
11
// REQUIRES: arch-intel_gpu_pvc
12
12
Original file line number Diff line number Diff line change 6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
8
9
- // RUN: %{build} -fsycl-device-code-split=per_kernel -std=c++20 - o %t.out
9
+ // RUN: %{build} -fsycl-device-code-split=per_kernel -o %t.out
10
10
// RUN: %{run} %t.out
11
- // RUN: %{build} -fsycl-device-code-split=per_kernel -std=c++20 - o %t1.out -DEXP
11
+ // RUN: %{build} -fsycl-device-code-split=per_kernel -o %t1.out -DEXP
12
12
// RUN: %{run} %t1.out
13
13
// REQUIRES: arch-intel_gpu_pvc
14
14
You can’t perform that action at this time.
0 commit comments