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

Backport 0.5.2 #900

Merged
merged 15 commits into from
Feb 23, 2024
Merged

Backport 0.5.2 #900

merged 15 commits into from
Feb 23, 2024

Conversation

tmontaigu
Copy link
Contributor

No description provided.

- This adds GPU support in the C API
- Also make ctest (cmake test launcher) print
  test output when it fails
This splits the long base.rs files into multiple ones,
to make it easier to navigate.

There is no code changes appart from moving stuff.
This file was not correctly removed during the refactor
We used `after_bitand/or/xor` on the ct_left
**after** the lut had changed its degree.
So the `after_bit` function computed the
resulting using a wrong degree for the left
ct.
encrypt_one_block does not leak information
on the message.
BooleanBlocks are meant for when we want to
be explicit that the value is a boolean
and are ok for this to be public.

Thus it needs to correctly set the degree to 1
for other operations to properly take advantage of that
- safe ser/de
- classical ser/de
- comparisons
- scalar binary fn/comparisons
- compact & compressed fhe bool encryption
@cla-bot cla-bot bot added the cla-signed label Feb 20, 2024
Copy link

@slab-ci cpu_fast_test
@slab-ci gpu_test

Copy link

@slab-ci cpu_fast_test
@slab-ci gpu_test

Copy link

@slab-ci cpu_fast_test
@slab-ci gpu_test

1 similar comment
Copy link

@slab-ci cpu_fast_test
@slab-ci gpu_test

@IceTDrinker
Copy link
Member

likely need a version bump

Copy link

@slab-ci cpu_fast_test
@slab-ci gpu_test

@IceTDrinker
Copy link
Member

cuda backend also I’m guessing, sorry forgot to add it here

@tmontaigu
Copy link
Contributor Author

But it hasn't changed at all

@IceTDrinker
Copy link
Member

But it hasn't changed at all

Yep saw that afterwards, all good !

@tmontaigu tmontaigu marked this pull request as ready for review February 21, 2024 09:32
Copy link

Pull Request has been approved 🎉
Launching full test suite...
@slab-ci cpu_test
@slab-ci cpu_unsigned_integer_test
@slab-ci cpu_signed_integer_test
@slab-ci cpu_wasm_test
@slab-ci csprng_randomness_testing

@IceTDrinker
Copy link
Member

go for merge, I'll manage the release

@tmontaigu tmontaigu merged commit 5b65386 into release/0.5.x Feb 23, 2024
22 checks passed
@tmontaigu tmontaigu deleted the backport-0.5.2 branch February 23, 2024 09:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants