-
Notifications
You must be signed in to change notification settings - Fork 6
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
speed up 128-bit fft using faster sum, mul, and using more lanes with avx512 #28
Conversation
d184f82
to
fe7b914
Compare
fbfa72d
to
b14f4e3
Compare
b14f4e3
to
e44ce37
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good to merge ! Do you want to prepare a patch release with this improvement or should we wait for the next work you want to do on f128 ?
i think we can do a release for now. the recursive impl stuff is gonna take a bit of time to finish and it's backward compatible so we don't need to worry about a minor version bump |
ok maybe push a commit to bump the version then @sarah-ek ? |
done! |
Thanks a lot, we'll wait for the CI and then we can publish the release, we'll update the concrete-fft version in TFHE-rs to benefit from the speed up :) |
No description provided.