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(compiler): Handle tracing.trace_ciphertext operations in SimulateTFHEPass #904

Merged
merged 1 commit into from
Jun 20, 2024

Conversation

andidr
Copy link
Contributor

@andidr andidr commented Jun 20, 2024

The test
end_to_end_trace.simulate1.trace_ciphertext_without_attributes_16bits.0 generates Tracing.trace_ciphertext operations, which are not handled by SimulateTFHEPass, resulting in a conversion error.

This change causes Tracing.trace_ciphertext operations to be converted into appropriate Tracing.trace_plaintext operations.

…TFHEPass

The test
`end_to_end_trace.simulate1.trace_ciphertext_without_attributes_16bits.0`
generates `Tracing.trace_ciphertext` operations, which are not handled
by `SimulateTFHEPass`, resulting in a conversion error.

This change causes `Tracing.trace_ciphertext` operations to be
converted into appropriate `Tracing.trace_plaintext` operations.
@andidr andidr requested review from aPere3 and youben11 June 20, 2024 04:36
@cla-bot cla-bot bot added the cla-signed label Jun 20, 2024
@BourgerieQuentin
Copy link
Member

close zama-ai/concrete-internal#712
cc @aPere3

@andidr andidr merged commit 8a24d1c into main Jun 20, 2024
32 of 34 checks passed
@andidr andidr deleted the andi/fix-simulation branch June 20, 2024 09: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.

3 participants