-
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.
Improving Shplonk implementation (#326)
* feat: Avoid redundant operations with constant polynomial * feat: Avoid redundant clones * feat: Parallelized verifier * chore: Requested changes
- Loading branch information
Showing
2 changed files
with
131 additions
and
61 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
1f453c9
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/7974914682
Benchmark Results
RecursiveSNARK-NIVC-2
ref=07d9b1e
ref=1f453c9
Prove-NumCons-6540
44.35 ms
(✅ 1.00x)44.27 ms
(✅ 1.00x faster)Verify-NumCons-6540
33.92 ms
(✅ 1.00x)33.87 ms
(✅ 1.00x faster)Prove-NumCons-1028888
317.71 ms
(✅ 1.00x)336.14 ms
(✅ 1.06x slower)Verify-NumCons-1028888
248.57 ms
(✅ 1.00x)267.20 ms
(✅ 1.07x slower)CompressedSNARK-NIVC-Commitments-2
ref=07d9b1e
ref=1f453c9
Prove-NumCons-6540
10.42 s
(✅ 1.00x)10.43 s
(✅ 1.00x slower)Verify-NumCons-6540
50.80 ms
(✅ 1.00x)51.69 ms
(✅ 1.02x slower)Prove-NumCons-1028888
53.33 s
(✅ 1.00x)51.70 s
(✅ 1.03x faster)Verify-NumCons-1028888
50.98 ms
(✅ 1.00x)51.18 ms
(✅ 1.00x slower)Made with criterion-table