You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ESIMD] Fix minor bug in ballot SFINAE filtering. (#5913)
It lead to the following warning below and allowing unintended types:
...sycl/ext/intel/esimd/math.hpp:685:22: warning: address of function 'detail::is_type<unsigned short, cl::sycl::ext::intel::esimd::ushort, cl::sycl::ext::intel::esimd::uint>' will always
evaluate to 'true' [-Wpointer-bool-conversion]
std::enable_if_t<detail::is_type<T, ushort, uint> && (N > 0 && N <= 32),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~
Signed-off-by: Konstantin S Bobrovsky <[email protected]>
0 commit comments