Skip to content

Commit a937e38

Browse files
committed
reviewer feedback
Signed-off-by: Chris Perkins <[email protected]>
1 parent a86b832 commit a937e38

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

sycl/include/CL/sycl/bit_cast.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//==---------------- helpers.hpp - SYCL helpers ----------------------------==//
1+
//==---------------- bit_cast.hpp - SYCL bit_cast --------------------------==//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.
@@ -53,4 +53,4 @@ constexpr
5353
}
5454

5555
} // namespace sycl
56-
} // __SYCL_INLINE_NAMESPACE(cl)
56+
} // __SYCL_INLINE_NAMESPACE(cl)

sycl/include/CL/sycl/stl.hpp

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

1313
#include <CL/sycl/detail/defines.hpp>
1414

15-
#include "bit_cast.hpp"
15+
#include <CL/sycl/bit_cast.hpp>
1616
#include <exception>
1717
#include <functional>
1818
#include <memory>

0 commit comments

Comments
 (0)