We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a86b832 commit a937e38Copy full SHA for a937e38
sycl/include/CL/sycl/bit_cast.hpp
@@ -1,4 +1,4 @@
1
-//==---------------- helpers.hpp - SYCL helpers ----------------------------==//
+//==---------------- bit_cast.hpp - SYCL bit_cast --------------------------==//
2
//
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
// See https://llvm.org/LICENSE.txt for license information.
@@ -53,4 +53,4 @@ constexpr
53
}
54
55
} // namespace sycl
56
-} // __SYCL_INLINE_NAMESPACE(cl)
+} // __SYCL_INLINE_NAMESPACE(cl)
sycl/include/CL/sycl/stl.hpp
@@ -12,7 +12,7 @@
12
13
#include <CL/sycl/detail/defines.hpp>
14
15
-#include "bit_cast.hpp"
+#include <CL/sycl/bit_cast.hpp>
16
#include <exception>
17
#include <functional>
18
#include <memory>
0 commit comments