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
For sorted stuff, having a super fast implementation is not necessary above bitwidth = 8. We can fallback to the scalar implementation.
For unsorted stuff, I think we can also restrict ourselves to bitwidth <= 8, although this is a trade-off.
The text was updated successfully, but these errors were encountered:
For sorted stuff, having a super fast implementation is not necessary above
bitwidth = 8
. We can fallback to the scalar implementation.For unsorted stuff, I think we can also restrict ourselves to bitwidth <= 8, although this is a trade-off.
The text was updated successfully, but these errors were encountered: