We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
i try to change the n ,but the execution time doesn't change? And i got the res NTT+INTT=43us on RTX 3090? This is not in line with the paper?
The text was updated successfully, but these errors were encountered:
What do you change n to? This code can only support n <= 32768(2**15).
n
n <= 32768(2**15)
Sorry, something went wrong.
Can you tell me the name of the paper corresponding to this repository? and how did you get the execution time of NTT? Thanks
No branches or pull requests
i try to change the n ,but the execution time doesn't change?
And i got the res NTT+INTT=43us on RTX 3090? This is not in line with the paper?
The text was updated successfully, but these errors were encountered: