-
Notifications
You must be signed in to change notification settings - Fork 381
feat(acir_gen): Width aware ACIR gen addition #5493
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
Merged
Merged
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
5ba8d43
initial testing program for expr width
vezenovm 8726efe
improved width-aware addition, lots of debug stuff still that has to …
vezenovm b92780f
initial work with add var to remove exponential blow-up in addition l…
vezenovm fb58e10
test change'
vezenovm 829d1f8
merge conflicts w/ master
vezenovm 4f84446
expr width prove toml
vezenovm 3f41198
remove dbg printlns
vezenovm 96c16a9
make test expr_width pass execution
vezenovm 84dc258
remove dbgs
vezenovm a15245e
switch back fits_in_one_idenitity inside csat transformer
vezenovm f636b42
bring back better csat fits_in_one_identity and enable compile option…
vezenovm 4031fba
remove dbgs
vezenovm 3efa35a
check mul terms
vezenovm 89e621b
fmt
vezenovm 00fab61
clkeanup
vezenovm 1e9692a
remove test that does not test anything
vezenovm 5483dc8
remove unnecessary bounds on add_var if
vezenovm e2bf2b3
cleanup add_var
vezenovm 83f0485
Merge branch 'master' into mv/acir-gen-width
vezenovm 73952f9
Merge branch 'master' into mv/acir-gen-width
vezenovm 8d95543
Merge branch 'master' into mv/acir-gen-width
TomAFrench 9653424
more granular add_var check
vezenovm d04be53
Merge remote-tracking branch 'origin/mv/acir-gen-width' into mv/acir-…
vezenovm aaf612c
remove unnecessary mul-terms len check in width()
vezenovm ef2c178
make unbounded codegen the default
vezenovm 21993ca
Merge branch 'master' into mv/acir-gen-width
vezenovm 719bd90
fix messed up remote diff
vezenovm 88d9dd8
fixup
vezenovm 170bc33
switch flag to bounded_codegen
vezenovm 48ee000
add comment
vezenovm 5479f6b
Merge branch 'master' into mv/acir-gen-width
vezenovm 3a39117
Merge branch 'master' into mv/acir-gen-width
vezenovm ddb93b4
check that we do not need to create witness for rhs when widths are e…
vezenovm 1a39274
Merge branch 'master' into mv/acir-gen-width
vezenovm File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.