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

poly: add a pattern to break down an NTT into lower-degree NTTs #1198

Open
AlexanderViand-Intel opened this issue Dec 16, 2024 · 0 comments
Open
Labels
dialect: polynomial Issues concerning the polynomial dialect newcomer project Project ideas for new contributors

Comments

@AlexanderViand-Intel
Copy link
Collaborator

Software implementations of NTT are generally pretty flexible in the degree they support, but HW implementations are more likely to have a specific size or range of sizes. Therefore, we need to add a pattern to break down NTTs at some degree 2^{k+m} into a bunch of degree 2^k NTTs.

@AlexanderViand-Intel AlexanderViand-Intel added dialect: polynomial Issues concerning the polynomial dialect newcomer project Project ideas for new contributors labels Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dialect: polynomial Issues concerning the polynomial dialect newcomer project Project ideas for new contributors
Projects
None yet
Development

No branches or pull requests

1 participant