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

Move cyclic repetition code to earlier pipeline instead of in emitter #1258

Open
ZenithalHourlyRate opened this issue Jan 14, 2025 · 1 comment

Comments

@ZenithalHourlyRate
Copy link
Collaborator

ZenithalHourlyRate commented Jan 14, 2025

Subissue for #1191.

Currently for heir-simd-vectorizer/tensor_ext::rotate to work (i.e. HECO-style optimization like rotate-and-reduce), we assumed a cyclic repetition packing in the ciphertext slot (also assumes the plaintext slot num divides ct slot num).

However, this is handled in emitter (i.e. #1129 and #1226), the very last stage. As this is enforced by the heir-simd-vectorizer, it is clearly error-prone when we handle the assumption in two places (early pipeline and emitter).

Copy link

github-actions bot commented Jan 17, 2025

This issue has 1 outstanding TODOs:

This comment was autogenerated by todo-backlinks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant