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
Currently, the matrix is [u8;54]. If we can reduce this to [u8;32] and multiplication is still doable by gather operation. We can use AVX2 for more performance.
The text was updated successfully, but these errors were encountered:
In AVX2, we can use at most u8*32 vector.
Currently, the matrix is [u8;54]. If we can reduce this to [u8;32] and multiplication is still doable by gather operation. We can use AVX2 for more performance.
The text was updated successfully, but these errors were encountered: