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

feat(gpu): optimize integer mul when one of the ct holds boolean value #1804

Merged
merged 1 commit into from
Nov 21, 2024

Conversation

bbarbakadze
Copy link
Contributor

PR content/description

Implements optimization for mul in the cuda backend, when one of the ciphertexts holds a boolean value.

Check-list:

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)
  • Relevant issues are marked as resolved/closed, related issues are linked in the description
  • Check for breaking changes (including serialization changes) and add them to commit message following the conventional commit specification

@bbarbakadze bbarbakadze changed the title feat(gpu): optimize integer mul when one of the ct holds boolean feat(gpu): optimize integer mul when one of the ct holds boolean value Nov 21, 2024
@agnesLeroy
Copy link
Contributor

Thank you @bbarbakadze! Great job! 🙂

@agnesLeroy
Copy link
Contributor

@aquint-zama the cla is stalled for some reason on this PR, do you know how we could trigger it?

@agnesLeroy agnesLeroy merged commit 27ccfbd into main Nov 21, 2024
99 checks passed
@agnesLeroy agnesLeroy deleted the feat/gpu/mul_boolean_optimization branch November 21, 2024 13:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants