Skip to content

Commit d31288e

Browse files
committed
Apply clang-format
1 parent e8d42ff commit d31288e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

sycl/include/sycl/ext/oneapi/backend/level_zero.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@
3939
namespace sycl {
4040
inline namespace _V1 {
4141

42-
template <bundle_state State>
43-
class kernel_bundle;
42+
template <bundle_state State> class kernel_bundle;
4443

4544
namespace ext::oneapi::level_zero::detail {
4645
__SYCL_EXPORT device make_device(const platform &Platform,

sycl/test-e2e/Matrix/common.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
#include <iostream>
1010
#include <random>
1111
#include <sycl/detail/core.hpp>
12-
#include <sycl/kernel_bundle.hpp>
1312
#include <sycl/ext/oneapi/matrix/matrix.hpp>
13+
#include <sycl/kernel_bundle.hpp>
1414

1515
using namespace sycl;
1616
using namespace sycl::ext::oneapi::experimental::matrix;

0 commit comments

Comments
 (0)