-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fold the non_hiding_kzg module in relevant files (#328)
* Revert "feat: Implement batch operations in non_hiding_kzg module (#269)" This reverts commit db4375f. * refactor: remove non_hiding_kzg module, split code where dependents need it - Moved `UniversalParams` and several dependent structures for the KZG10 scheme in the `kzg_commitment.rs` file. - Deleted the `non_hiding_kzg.rs` file, - Consolidated KZG related structs under the `kzg_commitment` module, - Updated `mod.rs` to reflect the removal of the `non_hiding_kzg` module.
- Loading branch information
1 parent
5bdc0ee
commit e1a69d4
Showing
6 changed files
with
342 additions
and
565 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
Oops, something went wrong.
e1a69d4
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/7962962052
Benchmark Results
RecursiveSNARK-NIVC-2
ref=5bdc0ee
ref=e1a69d4
Prove-NumCons-6540
44.47 ms
(✅ 1.00x)44.46 ms
(✅ 1.00x faster)Verify-NumCons-6540
34.18 ms
(✅ 1.00x)34.08 ms
(✅ 1.00x faster)Prove-NumCons-1028888
319.81 ms
(✅ 1.00x)326.91 ms
(✅ 1.02x slower)Verify-NumCons-1028888
250.88 ms
(✅ 1.00x)248.14 ms
(✅ 1.01x faster)CompressedSNARK-NIVC-Commitments-2
ref=5bdc0ee
ref=e1a69d4
Prove-NumCons-6540
10.33 s
(✅ 1.00x)10.46 s
(✅ 1.01x slower)Verify-NumCons-6540
48.17 ms
(✅ 1.00x)48.02 ms
(✅ 1.00x faster)Prove-NumCons-1028888
52.11 s
(✅ 1.00x)52.71 s
(✅ 1.01x slower)Verify-NumCons-1028888
47.71 ms
(✅ 1.00x)47.92 ms
(✅ 1.00x slower)Made with criterion-table