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

fix(gpu): fix cornercase in match value function #1938

Merged
merged 1 commit into from
Jan 9, 2025

Conversation

guillermo-oyarzun
Copy link
Member

closes: please link all relevant issues

PR content/description

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

self.create_trivial_zero_radix_async(num_blocks_to_represent_values, streams)
};
let zero_ct: CudaUnsignedRadixCiphertext =
unsafe { self.create_trivial_zero_radix_async(1, streams) };
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why the value 1 here?

@guillermo-oyarzun guillermo-oyarzun force-pushed the go/fix/repair-corner-case-match-or branch from ba18961 to e43e370 Compare January 9, 2025 13:22
@agnesLeroy agnesLeroy merged commit d2a3450 into main Jan 9, 2025
103 checks passed
@agnesLeroy agnesLeroy deleted the go/fix/repair-corner-case-match-or branch January 9, 2025 16:51
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