-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor MLKZG adjustments (Nova forward ports) (#283)
* refactor: move mlkzg -> hyperkzg * refactor: Refactor HyperKZG comments This is a port of the following upstream PRs: - microsoft/Nova#299 - microsoft/Nova#300 * refactor: Refactor engine and testing parameters in pcs.rs - in the IPA Evaluation Engine, transitioning from GrumpkinEngine to Bn256Engine, - avoids noise due to field arithmetic differences
- Loading branch information
1 parent
1f36390
commit b354f02
Showing
6 changed files
with
26 additions
and
17 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
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
b354f02
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Benchmarks
Table of Contents
Overview
This benchmark report shows the Arecibo GPU benchmarks.
NVIDIA L4
Intel(R) Xeon(R) CPU @ 2.20GHz
32 vCPUs
125 GB RAM
Workflow run: https://github.com/lurk-lab/arecibo/actions/runs/7667962932
Benchmark Results
RecursiveSNARK-NIVC-2
ref=1f36390
ref=b354f02
Prove-NumCons-6540
52.91 ms
(✅ 1.00x)52.97 ms
(✅ 1.00x slower)Verify-NumCons-6540
32.95 ms
(✅ 1.00x)32.93 ms
(✅ 1.00x faster)Prove-NumCons-1028888
344.23 ms
(✅ 1.00x)344.87 ms
(✅ 1.00x slower)Verify-NumCons-1028888
255.37 ms
(✅ 1.00x)251.46 ms
(✅ 1.02x faster)CompressedSNARK-NIVC-Commitments-2
ref=1f36390
ref=b354f02
Prove-NumCons-6540
14.16 s
(✅ 1.00x)14.23 s
(✅ 1.00x slower)Verify-NumCons-6540
77.89 ms
(✅ 1.00x)78.24 ms
(✅ 1.00x slower)Prove-NumCons-1028888
111.55 s
(✅ 1.00x)111.35 s
(✅ 1.00x faster)Verify-NumCons-1028888
771.41 ms
(✅ 1.00x)773.97 ms
(✅ 1.00x slower)Made with criterion-table