Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Math] Reduce state from 54 to 32 #10

Open
akiradeveloper opened this issue Oct 7, 2021 · 0 comments
Open

[Math] Reduce state from 54 to 32 #10

akiradeveloper opened this issue Oct 7, 2021 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@akiradeveloper
Copy link
Owner

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.

@akiradeveloper akiradeveloper added the help wanted Extra attention is needed label Oct 7, 2021
@akiradeveloper akiradeveloper changed the title Reduce state from 54 to 32 [Math] Reduce state from 54 to 32 Oct 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant