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

chore(gpu): improve compression tests #1543

Merged

Conversation

pdroalves
Copy link
Contributor

closes: https://github.com/zama-ai/tfhe-rs-internal/issues/724

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

@pdroalves pdroalves force-pushed the pa/chore/improve_compression_test branch from b267c68 to 361ff87 Compare September 16, 2024 13:44
@zama-bot zama-bot removed the approved label Sep 16, 2024
@pdroalves pdroalves force-pushed the pa/chore/improve_compression_test branch from 361ff87 to 66b9cd5 Compare September 16, 2024 14:37
@tmontaigu
Copy link
Contributor

A downside of this new test is that we no longer test having heterogenous types in the same list as now we test one line with unsigned, another list with signed and another one with booleans

@pdroalves pdroalves force-pushed the pa/chore/improve_compression_test branch from 66b9cd5 to 0cf2c8d Compare September 18, 2024 14:26
@pdroalves
Copy link
Contributor Author

@tmontaigu Good point. I added a third case that pseudo-randomly mix unsigneds, signeds, and booleans.

@pdroalves pdroalves force-pushed the pa/chore/improve_compression_test branch from 0cf2c8d to fb9fb9e Compare September 18, 2024 14:31
@pdroalves pdroalves force-pushed the pa/chore/improve_compression_test branch from fb9fb9e to 7d57bf3 Compare September 18, 2024 14:32
@pdroalves pdroalves merged commit 0037502 into pa/chore/compression_checks Sep 19, 2024
76 of 79 checks passed
@pdroalves pdroalves deleted the pa/chore/improve_compression_test branch September 19, 2024 15:25
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.

4 participants