This repository was archived by the owner on Mar 28, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
// UNSUPPORTED: cuda || hip
2
- // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -I . -o %t.out
2
+ // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -fsycl-device-code-split=per_kernel %s -I . -o %t.out
3
3
// RUN: %CPU_RUN_PLACEHOLDER %t.out
4
4
// RUN: %GPU_RUN_PLACEHOLDER %t.out
5
5
// RUN: %ACC_RUN_PLACEHOLDER %t.out
6
6
7
- // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -DSPIRV_1_3 %s -I . -o %t13.out
7
+ // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -fsycl-device-code-split=per_kernel - DSPIRV_1_3 %s -I . -o %t13.out
8
8
9
9
#include " support.h"
10
10
#include < CL/sycl.hpp>
Original file line number Diff line number Diff line change 1
1
// UNSUPPORTED: cuda || hip
2
- // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -I . -o %t.out
2
+ // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -fsycl-device-code-split=per_kernel %s -I . -o %t.out
3
3
// RUN: %CPU_RUN_PLACEHOLDER %t.out
4
4
// RUN: %GPU_RUN_PLACEHOLDER %t.out
5
5
// RUN: %ACC_RUN_PLACEHOLDER %t.out
6
6
7
- // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -DSPIRV_1_3 %s -I . -o %t13.out
7
+ // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -fsycl-device-code-split=per_kernel - DSPIRV_1_3 %s -I . -o %t13.out
8
8
9
9
#include " support.h"
10
10
#include < CL/sycl.hpp>
Original file line number Diff line number Diff line change 1
1
// UNSUPPORTED: cuda || hip
2
- // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -I . -o %t.out
2
+ // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -fsycl-device-code-split=per_kernel %s -I . -o %t.out
3
3
// RUN: %CPU_RUN_PLACEHOLDER %t.out
4
4
// RUN: %GPU_RUN_PLACEHOLDER %t.out
5
5
// RUN: %ACC_RUN_PLACEHOLDER %t.out
6
6
7
- // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -DSPIRV_1_3 %s -I . -o %t13.out
7
+ // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -fsycl-device-code-split=per_kernel - DSPIRV_1_3 %s -I . -o %t13.out
8
8
9
9
#include " support.h"
10
10
#include < CL/sycl.hpp>
You can’t perform that action at this time.
0 commit comments