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(concrete-cuda): Integer multiplication, test and benchmark #547

Merged
merged 1 commit into from
Aug 11, 2023

Conversation

bbarbakadze
Copy link
Contributor

Description

  • Add integer multiplication.
  • Add full propagation inplace.
  • Add tests and benchmarks.
  • Add structure for int mul radix ciphertexts

Copy link
Contributor

@pdroalves pdroalves left a comment

Choose a reason for hiding this comment

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

Thanks a lot @bbarbakadze . Code looks good. There are a few debug code pieces forgotten and a big memory leak in the benchmark. I will push a fix.

@pdroalves pdroalves force-pushed the feat/concrete-cuda/integet_multiplication branch 2 times, most recently from 1633f33 to 6763ede Compare August 11, 2023 14:26
@pdroalves pdroalves force-pushed the feat/concrete-cuda/integet_multiplication branch from 6763ede to 5fd727c Compare August 11, 2023 14:29
@pdroalves pdroalves merged commit 471ebc0 into main Aug 11, 2023
28 of 29 checks passed
@pdroalves pdroalves deleted the feat/concrete-cuda/integet_multiplication branch August 11, 2023 15:54
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.

None yet

2 participants