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
Each (poly_idx, slot_idx) NTT in the partial encode is independent.
Switch to a batch-major intermediate (`(num_cols, k)`) populated via
`par_chunks_exact_mut` and transpose to the row-major output. Brings
the partial encode in line with the parallel batching the existing
`ntt_batch` performs inside the full encode.
0 commit comments