File tree Expand file tree Collapse file tree 4 files changed +3
-5
lines changed Expand file tree Collapse file tree 4 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 27
27
#include < sycl/detail/property_list_base.hpp> // for PropertyListBase
28
28
#include < sycl/detail/type_list.hpp> // for is_contained
29
29
#include < sycl/detail/type_traits.hpp> // for const_if_const_AS
30
- #include < sycl/device.hpp> // for device
31
30
#include < sycl/exception.hpp> // for make_error_code
32
31
#include < sycl/ext/oneapi/accessor_property_list.hpp> // for accessor_prope...
33
32
#include < sycl/ext/oneapi/weak_object_base.hpp> // for getSyclWeakObj...
Original file line number Diff line number Diff line change 2
2
3
3
#include < sycl/accessor.hpp>
4
4
#include < sycl/detail/image_accessor_util.hpp>
5
+ #include < sycl/device.hpp>
5
6
#include < sycl/image.hpp>
6
7
7
8
#ifdef __SYCL_DEVICE_ONLY__
Original file line number Diff line number Diff line change 113
113
// CHECK-NEXT: detail/accessor_iterator.hpp
114
114
// CHECK-NEXT: detail/generic_type_traits.hpp
115
115
// CHECK-NEXT: detail/handler_proxy.hpp
116
- // CHECK-NEXT: device.hpp
117
- // CHECK-NEXT: kernel_bundle_enums.hpp
118
116
// CHECK-NEXT: pointers.hpp
119
117
// CHECK-NEXT: properties/accessor_properties.hpp
120
118
// CHECK-NEXT: image.hpp
Original file line number Diff line number Diff line change 114
114
// CHECK-NEXT: detail/accessor_iterator.hpp
115
115
// CHECK-NEXT: detail/generic_type_traits.hpp
116
116
// CHECK-NEXT: detail/handler_proxy.hpp
117
- // CHECK-NEXT: device.hpp
118
- // CHECK-NEXT: kernel_bundle_enums.hpp
119
117
// CHECK-NEXT: pointers.hpp
120
118
// CHECK-NEXT: properties/accessor_properties.hpp
121
119
// CHECK-NEXT: image.hpp
139
137
// CHECK-NEXT: h_item.hpp
140
138
// CHECK-NEXT: item.hpp
141
139
// CHECK-NEXT: interop_handle.hpp
140
+ // CHECK-NEXT: device.hpp
141
+ // CHECK-NEXT: kernel_bundle_enums.hpp
142
142
// CHECK-NEXT: exception_list.hpp
143
143
// CHECK-NEXT: kernel_handler.hpp
144
144
// CHECK-NEXT: nd_item.hpp
You can’t perform that action at this time.
0 commit comments