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 a108e93 commit bb68eefCopy full SHA for bb68eef
sycl/include/CL/sycl/INTEL/esimd/detail/esimd_util.hpp
@@ -77,7 +77,7 @@ constexpr unsigned int ElemsPerAddrDecoding(unsigned int ElemsPerAddrEncoded) {
77
return (1 << ElemsPerAddrEncoded);
78
}
79
80
-namespace details {
+namespace detail {
81
82
/// type traits
83
template <typename T> struct is_esimd_vector {
@@ -236,7 +236,7 @@ template <> struct word_type<int> { using type = short; };
236
template <> struct word_type<uchar> { using type = ushort; };
237
template <> struct word_type<uint> { using type = ushort; };
238
239
-} // namespace details
+} // namespace detail
240
} // namespace gpu
241
} // namespace INTEL
242
} // namespace sycl
0 commit comments