-
Notifications
You must be signed in to change notification settings - Fork 324
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: fixing the sizes of VMs in CIVC (#11793)
The sizes of Translator and ECCVM circuits leak the amount of circuits that have been folded, so we need to fix them. `benchmark_client_ivc` after fixing the sizes (note that regression is expected, as the IPA prover is opening a dense polynomial of size 2^16 instead of 2^15 + there is not much skipping in Sumcheck except for `SetRelation`) ECCVMProver(CircuitBuilder&)(t) 190 0.87% ECCVMProver::construct_proof(t) 2405 10.95% TranslatorProver::construct_proof(t) 1316 5.99% Goblin::merge(t) 132 0.60% Total time accounted for: 21963ms/23040ms = 95.32% Benchmark on master: ECCVMProver(CircuitBuilder&)(t) 182 0.85% ECCVMProver::construct_proof(t) 1612 7.51% TranslatorProver::construct_proof(t) 1650 7.69% Goblin::merge(t) 132 0.62% Total time accounted for: 21468ms/22538ms = 95.25%
- Loading branch information
1 parent
05afb5b
commit 1afddbd
Showing
14 changed files
with
273 additions
and
109 deletions.
There are no files selected for viewing
This file contains 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 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
226 changes: 138 additions & 88 deletions
226
barretenberg/cpp/src/barretenberg/eccvm/eccvm_flavor.hpp
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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 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 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 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 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 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 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 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 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 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 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