File tree 3 files changed +2
-10
lines changed
sycl/test/basic_tests/image 3 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 1
- // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
2
-
1
+ // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -fsycl-device-code-split=per_kernel %s -o %t.out
3
2
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
4
3
// RUN: %CPU_RUN_PLACEHOLDER %t.out
5
4
// RUN: %GPU_RUN_PLACEHOLDER %t.out
Original file line number Diff line number Diff line change 1
1
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
2
2
// RUN: %CPU_RUN_PLACEHOLDER %t.out
3
3
// RUN: %GPU_RUN_PLACEHOLDER %t.out
4
- // XFAIL: cuda
5
-
6
- /*
7
- XFAIL CUDA due to driver bug.
8
- Newer CUDA drivers cannot build valid programs here, failing with
9
- CUDA_ERROR_NOT_FOUND.
10
- */
11
4
12
5
#include < CL/sycl.hpp>
13
6
Original file line number Diff line number Diff line change 1
- // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
1
+ // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -fsycl-device-code-split=per_kernel %s -o %t.out
2
2
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
3
3
// RUN: %CPU_RUN_PLACEHOLDER %t.out
4
4
// RUN: %GPU_RUN_PLACEHOLDER %t.out
You can’t perform that action at this time.
0 commit comments