-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor Polyeval{Instance, Witness} (#315)
* test: POlyEvalWitness batch * test: PolyEvalInstance batch * chore: C-CALLER-CONTROL * refactor: shrink batching code * chore: clippy
- Loading branch information
1 parent
c1af06f
commit 26fd303
Showing
8 changed files
with
206 additions
and
78 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
Oops, something went wrong.
26fd303
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/7875839506
Benchmark Results
RecursiveSNARK-NIVC-2
ref=c1af06f
ref=26fd303
Prove-NumCons-6540
52.96 ms
(✅ 1.00x)52.95 ms
(✅ 1.00x faster)Verify-NumCons-6540
32.77 ms
(✅ 1.00x)33.19 ms
(✅ 1.01x slower)Prove-NumCons-1028888
343.18 ms
(✅ 1.00x)344.69 ms
(✅ 1.00x slower)Verify-NumCons-1028888
253.29 ms
(✅ 1.00x)256.84 ms
(✅ 1.01x slower)CompressedSNARK-NIVC-Commitments-2
ref=c1af06f
ref=26fd303
Prove-NumCons-6540
13.89 s
(✅ 1.00x)13.84 s
(✅ 1.00x faster)Verify-NumCons-6540
77.77 ms
(✅ 1.00x)81.89 ms
(✅ 1.05x slower)Prove-NumCons-1028888
110.80 s
(✅ 1.00x)110.50 s
(✅ 1.00x faster)Verify-NumCons-1028888
772.30 ms
(✅ 1.00x)777.70 ms
(✅ 1.01x slower)Made with criterion-table