You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #1067 I did something slightly hacky while migrating polynomial-to-standard to use mod_arith ops: for the more complicated parts of the NTT lowerings, instead of lowering to mod_arith ops and types, I inserted conversion ops into and out of mod_arith at the start and end of ntt/intt. This allowed me to complete the polynomial type migration more quickly, but leaves that pass in a strange state where some conversions lower to mod_arith and others convert to arith.
This issue is to finish converting fastNTT to mod_arith.
The text was updated successfully, but these errors were encountered:
In #1067 I did something slightly hacky while migrating polynomial-to-standard to use mod_arith ops: for the more complicated parts of the NTT lowerings, instead of lowering to mod_arith ops and types, I inserted conversion ops into and out of mod_arith at the start and end of ntt/intt. This allowed me to complete the polynomial type migration more quickly, but leaves that pass in a strange state where some conversions lower to mod_arith and others convert to arith.
This issue is to finish converting fastNTT to mod_arith.
The text was updated successfully, but these errors were encountered: