Unverified Commit 1f46729a authored by Jeremy Kun's avatar Jeremy Kun Committed by GitHub
Browse files

[polynomial] Move primitive root attribute to ntt/intt ops. (#93227)



Better design to put semantics on the ops, and in this case the ntt/intt
op can lower in multiple ways depending on the polynomial ring modulus
(it can need an nth root of unity for cyclic polymul -> ntt, or a 2nth
root for negacyclic polymul -> ntt)

---------

Co-authored-by: default avatarJeremy Kun <j2kun@users.noreply.github.com>
parent b5db2e19
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment