File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
include/sycl/ext/oneapi/experimental Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1111
1212#include < sycl/ext/oneapi/properties/property.hpp>
1313#include < sycl/ext/oneapi/properties/property_value.hpp>
14+ #include < sycl/reduction.hpp>
1415
1516namespace sycl {
1617inline namespace _V1 {
Original file line number Diff line number Diff line change 1+ // RUN: %{build} -o %t.out
2+ // RUN: %{run} %t.out
3+
14#include < cstdio>
25#include < cstdlib>
36#include < random>
47
5- #include < sycl/sycl.hpp>
8+ #include < sycl/detail/core.hpp>
9+ #include < sycl/ext/oneapi/experimental/reduction_properties.hpp>
610
711namespace syclex = sycl::ext::oneapi::experimental;
812
Original file line number Diff line number Diff line change 1+ // RUN: %{build} -o %t.out
2+ // RUN: %{run} %t.out
3+
14#include < cstdio>
25#include < cstdlib>
36#include < numeric>
47
5- #include < sycl/sycl.hpp>
8+ #include < sycl/detail/core.hpp>
9+ #include < sycl/ext/oneapi/experimental/reduction_properties.hpp>
610
711namespace syclex = sycl::ext::oneapi::experimental;
812
You can’t perform that action at this time.
0 commit comments