Skip to content

Commit 99feb53

Browse files
committed
Some fixes & clang-format
1 parent 6303959 commit 99feb53

36 files changed

+38
-38
lines changed

sycl/include/sycl/builtins_utils_vec.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#include <sycl/builtins_utils_scalar.hpp>
1414

1515
#include <sycl/detail/type_traits.hpp>
16-
#include <sycl/marray.hpp> // for marray
16+
#include <sycl/marray.hpp> // for marray
1717
#include <sycl/vector.hpp> // for vec
1818

1919
namespace sycl {

sycl/include/sycl/detail/image_accessor_util.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#include <sycl/image.hpp> // for image_channel_type
2525
#include <sycl/range.hpp> // for range
2626
#include <sycl/sampler.hpp> // for addressing_mode, coor...
27-
#include <sycl/vector.hpp> // for vec, operator*, round...
27+
#include <sycl/vector.hpp> // for vec, operator*, round...
2828

2929
#include <cstdint> // for int32_t, uint16_t
3030
#include <stddef.h> // for size_t

sycl/include/sycl/ext/oneapi/experimental/builtins.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#include <sycl/detail/generic_type_traits.hpp> // for is_svgenfloath, is_sv...
1616
#include <sycl/detail/memcpy.hpp> // detail::memcpy
1717
#include <sycl/marray.hpp> // for marray
18-
#include <sycl/vector.hpp> // for vec
18+
#include <sycl/vector.hpp> // for vec
1919

2020
#include <cstring> // for size_t
2121
#include <stdio.h> // for printf

sycl/include/sycl/ext/oneapi/sub_group_mask.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#include <sycl/feature_test.hpp> // for SYCL_EXT_ONEAPI_SUB_GROUP_MASK
1515
#include <sycl/id.hpp> // for id
1616
#include <sycl/marray.hpp> // for marray
17-
#include <sycl/vector.hpp> // for vec
17+
#include <sycl/vector.hpp> // for vec
1818

1919
#include <assert.h> // for assert
2020
#include <climits> // for CHAR_BIT

sycl/include/sycl/group_algorithm.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#include <sycl/nd_item.hpp> // for nd_item
2323
#include <sycl/range.hpp> // for range
2424
#include <sycl/sub_group.hpp> // for sub_group
25-
#include <sycl/vector.hpp> // for vec
25+
#include <sycl/vector.hpp> // for vec
2626

2727
#ifdef __SYCL_DEVICE_ONLY__
2828
#include <sycl/ext/oneapi/functional.hpp>

sycl/include/sycl/image.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#include <sycl/property_list.hpp> // for property_list
3030
#include <sycl/range.hpp> // for range, rangeTo...
3131
#include <sycl/sampler.hpp> // for image_sampler
32-
#include <sycl/vector.hpp> // for vec
32+
#include <sycl/vector.hpp> // for vec
3333
#include <ur_api.h> // for ur_native_hand...
3434

3535
#include <cstddef> // for size_t, nullptr_t

sycl/include/sycl/interop_handle.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
#include <sycl/access/access.hpp> // for target, mode, place...
1212
#include <sycl/accessor.hpp> // for AccessorBaseHost
1313
#include <sycl/backend_types.hpp> // for backend, backend_re...
14+
#include <sycl/buffer.hpp> // for buffer
1415
#include <sycl/detail/export.hpp> // for __SYCL_EXPORT
1516
#include <sycl/detail/impl_utils.hpp> // for getSyclObjImpl
1617
#include <sycl/exception.hpp>
1718
#include <sycl/ext/oneapi/accessor_property_list.hpp> // for accessor_property_list
1819
#include <sycl/image.hpp> // for image
19-
#include <sycl/buffer.hpp> // for buffer
2020
#include <ur_api.h> // for ur_mem_handle_t, ur...
2121

2222
#include <memory> // for shared_ptr

sycl/include/sycl/kernel.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
#include <sycl/kernel_bundle_enums.hpp> // for bundle_state
1818
#include <ur_api.h> // for ur_native_handle_t
1919

20-
#include <variant> // for hash
21-
#include <cstddef> // for size_t
22-
#include <memory> // for shared_ptr, hash, opera...
20+
#include <cstddef> // for size_t
21+
#include <memory> // for shared_ptr, hash, opera...
22+
#include <variant> // for hash
2323

2424
namespace sycl {
2525
inline namespace _V1 {

sycl/include/sycl/known_identity.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#include <sycl/functional.hpp> // for bit_and, bit_or, bit_xor
1414
#include <sycl/half_type.hpp> // for half
1515
#include <sycl/marray.hpp> // for marray
16-
#include <sycl/vector.hpp> // for vec
16+
#include <sycl/vector.hpp> // for vec
1717

1818
#include <cstddef> // for byte, size_t
1919
#include <functional> // for logical_and, logical_or

sycl/include/sycl/stream.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#include <sycl/property_list.hpp> // for property_list
3030
#include <sycl/range.hpp> // for range
3131
#include <sycl/sub_group.hpp> // for multi_ptr
32-
#include <sycl/vector.hpp> // for vec, SwizzleOp
32+
#include <sycl/vector.hpp> // for vec, SwizzleOp
3333

3434
#include <cstddef> // for size_t, byte
3535
#include <memory> // for hash, shared_ptr

0 commit comments

Comments
 (0)