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

LWE: call debug func for arguments #1383

Merged
merged 1 commit into from
Feb 10, 2025

Conversation

ZenithalHourlyRate
Copy link
Collaborator

Separated from #1343. Added test.


auto insertCall = [&](Value value) {
Type valueType = value.getType();
if (auto lweCiphertextType = dyn_cast<NewLWECiphertextType>(valueType)) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

this won't work for arguments that have some shaped type of a ciphertext, right? maybe add a quick comment here, but i assume we will eventually have tensors of ciphertexts after we figure out layouts properly

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Added the comment.

@asraa asraa added the pull_ready Indicates whether a PR is ready to pull. The copybara worker will import for internal testing label Feb 10, 2025
@copybara-service copybara-service bot merged commit 39bb5bb into google:main Feb 10, 2025
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pull_ready Indicates whether a PR is ready to pull. The copybara worker will import for internal testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants