File tree Expand file tree Collapse file tree 4 files changed +15
-9
lines changed Expand file tree Collapse file tree 4 files changed +15
-9
lines changed Original file line number Diff line number Diff line change 9
9
#pragma once
10
10
11
11
#include < sycl/access/access.hpp> // for address_space
12
- #include < sycl/bit_cast.hpp> // for bit_cast
12
+ #include < sycl/aspects.hpp>
13
+ #include < sycl/bit_cast.hpp>
13
14
#include < sycl/ext/oneapi/experimental/address_cast.hpp>
14
15
#include < sycl/memory_enums.hpp> // for getStdMemoryOrder, memory_order
15
16
Original file line number Diff line number Diff line change 8
8
9
9
#pragma once
10
10
11
- #include < sycl/access/access.hpp> // for address_space, decorated
12
- #include < sycl/aliases.hpp> // for half
11
+ #include < sycl/access/access.hpp>
13
12
#include < sycl/detail/address_space_cast.hpp>
14
- #include < sycl/detail/defines_elementary.hpp> // for __SYCL2020_DEPRECATED
13
+ #include < sycl/detail/defines_elementary.hpp>
14
+ #include < sycl/detail/fwd/accessor.hpp>
15
+ #include < sycl/detail/fwd/half.hpp>
15
16
#include < sycl/detail/fwd/multi_ptr.hpp>
16
- #include < sycl/detail/type_traits.hpp> // for const_if_const_AS
17
- #include < sycl/half_type.hpp> // for BIsRepresentationT
17
+ #include < sycl/detail/type_traits.hpp>
18
18
19
- #include < cstddef> // for nullptr_t, ptrdiff_t, size_t
20
- #include < iterator> // for random_access_iterator_tag
21
- #include < type_traits> // for enable_if_t, add_pointer_t
19
+ #include < cstddef>
20
+ // Compile-time "heavy", but necessary for `for random_access_iterator_tag`:
21
+ #include < iterator>
22
+ #include < type_traits>
22
23
23
24
namespace sycl {
24
25
inline namespace _V1 {
Original file line number Diff line number Diff line change 52
52
// CHECK-NEXT: info/aspects_deprecated.def
53
53
// CHECK-NEXT: multi_ptr.hpp
54
54
// CHECK-NEXT: detail/address_space_cast.hpp
55
+ // CHECK-NEXT: detail/fwd/accessor.hpp
56
+ // CHECK-NEXT: detail/fwd/half.hpp
55
57
// CHECK-NEXT: ext/oneapi/bfloat16.hpp
56
58
// CHECK-NEXT: detail/handler_proxy.hpp
57
59
// CHECK-NEXT: pointers.hpp
Original file line number Diff line number Diff line change 53
53
// CHECK-NEXT: info/aspects_deprecated.def
54
54
// CHECK-NEXT: multi_ptr.hpp
55
55
// CHECK-NEXT: detail/address_space_cast.hpp
56
+ // CHECK-NEXT: detail/fwd/accessor.hpp
57
+ // CHECK-NEXT: detail/fwd/half.hpp
56
58
// CHECK-NEXT: ext/oneapi/bfloat16.hpp
57
59
// CHECK-NEXT: detail/handler_proxy.hpp
58
60
// CHECK-NEXT: pointers.hpp
You can’t perform that action at this time.
0 commit comments