Skip to content

Commit ca99f2d

Browse files
committed
More build fixes & clang-format
1 parent 99feb53 commit ca99f2d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

libdevice/nativecpu_utils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#include "device.h"
1818
#include <cstdint>
1919
#include <sycl/__spirv/spirv_ops.hpp>
20-
#include <sycl/types.hpp>
20+
#include <sycl/vector.hpp>
2121

2222
// including state definition from Native CPU UR adapter
2323
#include "nativecpu_state.hpp"

sycl/include/sycl/builtins_utils_vec.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
#include <sycl/builtins_utils_scalar.hpp>
1414

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

1919
namespace sycl {
2020
inline namespace _V1 {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
#include <sycl/ext/oneapi/sub_group_mask.hpp> // for sub_group_mask
1212
#include <sycl/marray.hpp> // for marray
13-
#include <sycl/vector.hpp> // for vec
13+
#include <sycl/vector.hpp> // for vec
1414

1515
#include <stddef.h> // for size_t
1616
#include <stdint.h> // for uint32_t

sycl/test-e2e/Regression/swizzle_opassign.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
// and correctly mutate the elements in the corresponding vector.
88

99
#include <sycl/detail/core.hpp>
10-
#include <sycl/vector.hpp>
1110
#include <sycl/usm.hpp>
11+
#include <sycl/vector.hpp>
1212

1313
constexpr std::string_view OpNames[] = {
1414
"+=", "-=", "*=", "/=", "%=", "&=", "|=",

0 commit comments

Comments
 (0)