-
Notifications
You must be signed in to change notification settings - Fork 155
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
fix(shortint): add ciphertext_modulus_after_packing_ks to compression… #1851
base: main
Are you sure you want to change the base?
Conversation
closes zama-ai/tfhe-rs-internal#843 |
ed986cd
to
5b02635
Compare
@@ -20,6 +21,7 @@ pub struct CompressionParameters { | |||
pub lwe_per_glwe: LweCiphertextCount, | |||
pub storage_log_modulus: CiphertextModulusLog, | |||
pub packing_ks_key_noise_distribution: DynamicDistribution<u64>, | |||
pub ciphertext_modulus_after_packing_ks: CiphertextModulus, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need an upgrade function + backward data compatibility I would think ?
5b02635
to
7da4353
Compare
7da4353
to
fd554e7
Compare
I'm currently doubting whether we should merge this, or wait to have an actual use for it 🤔 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As discussed let's at least unlock power of 2 moduli at the core level so that this change makes sense (sorry about that, wasn't clear at first to me)
No description provided.