File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 32
32
33
33
// UNSUPPORTED: hip
34
34
35
- // FIXME: Remove "-fsycl-device-code-split=per_kernel" option after fixing
36
- // https://github.com/intel/llvm/issues/12743.
37
- // RUN: %clangxx -std=c++20 -fsycl -fsycl-targets=%{sycl_triple} -fsycl-device-code-split=per_kernel %s -o %t.out
35
+ // RUN: %clangxx -std=c++20 -fsycl -fsycl-targets=%{sycl_triple} %s -o %t.out
38
36
// RUN: %{run} %t.out
39
37
40
38
#include < type_traits>
Original file line number Diff line number Diff line change 20
20
* tests for non-vectorized math helper functions
21
21
**************************************************************************/
22
22
23
- // FIXME: Remove "-fsycl-device-code-split=per_kernel" option after fixing
24
- // https://github.com/intel/llvm/issues/12743.
25
- // RUN: %clangxx -std=c++20 -fsycl -fsycl-targets=%{sycl_triple} -fsycl-device-code-split=per_kernel %s -o %t.out
23
+ // RUN: %clangxx -std=c++20 -fsycl -fsycl-targets=%{sycl_triple} %s -o %t.out
26
24
// RUN: %{run} %t.out
27
25
28
26
#include < syclcompat/dims.hpp>
You can’t perform that action at this time.
0 commit comments