Skip to content

Commit b417939

Browse files
committed
Remove c++17 usage from exper headers.
Signed-off-by: JackAKirk <[email protected]>
1 parent 2c6814f commit b417939

File tree

2 files changed

+108
-96
lines changed

2 files changed

+108
-96
lines changed

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@
2727
#endif
2828

2929
__SYCL_INLINE_NAMESPACE(cl) {
30-
namespace sycl::ext::oneapi::experimental {
30+
namespace sycl {
31+
namespace ext {
32+
namespace oneapi {
33+
namespace experimental {
3134
namespace detail {
3235
template <size_t N>
3336
uint32_t to_uint32_t(sycl::marray<bfloat16, N> x, size_t start) {
@@ -271,7 +274,10 @@ sycl::marray<bfloat16, N> fma(sycl::marray<bfloat16, N> x,
271274
#endif // defined(__SYCL_DEVICE_ONLY__) && defined(__NVPTX__)
272275
}
273276

274-
} // namespace sycl::ext::oneapi::experimental
277+
} // namespace experimental
278+
} // namespace oneapi
279+
} // namespace ext
280+
} // namespace sycl
275281
} // __SYCL_INLINE_NAMESPACE(cl)
276282

277283
#undef __SYCL_CONSTANT_AS

0 commit comments

Comments
 (0)