Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions sycl/include/CL/sycl/INTEL/esimd/detail/esimd_util.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ constexpr unsigned int ElemsPerAddrDecoding(unsigned int ElemsPerAddrEncoded) {
return (1 << ElemsPerAddrEncoded);
}

namespace details {
namespace detail {

/// type traits
template <typename T> struct is_esimd_vector {
Expand Down Expand Up @@ -236,7 +236,7 @@ template <> struct word_type<int> { using type = short; };
template <> struct word_type<uchar> { using type = ushort; };
template <> struct word_type<uint> { using type = ushort; };

} // namespace details
} // namespace detail
} // namespace gpu
} // namespace INTEL
} // namespace sycl
Expand Down
Loading