-
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.
* update README; update version (#303) * Miscellaneous improvements (details in commit messages) (#308) * move KZG engine to provider module; update paths everywhere * add a sparse matrix entry only if the coefficient is non-zero; update digests * move test code to place where it is used * move asm to default and add a note * update constants * update link * simplify test_pp_digest * chore: update expect tests * Improvements to error handling and naming (#309) * rename and introduce checks about length * introduce a test about public IO * chore: remove needless annotation --------- Co-authored-by: Srinath Setty <srinath@microsoft.com>
- Loading branch information
1 parent
9cdccb3
commit 07d9b1e
Showing
24 changed files
with
201 additions
and
121 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
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
Oops, something went wrong.
07d9b1e
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/7974488290
Benchmark Results
RecursiveSNARK-NIVC-2
ref=9cdccb3
ref=07d9b1e
Prove-NumCons-6540
44.63 ms
(✅ 1.00x)44.99 ms
(✅ 1.01x slower)Verify-NumCons-6540
34.39 ms
(✅ 1.00x)34.96 ms
(✅ 1.02x slower)Prove-NumCons-1028888
322.45 ms
(✅ 1.00x)319.19 ms
(✅ 1.01x faster)Verify-NumCons-1028888
249.84 ms
(✅ 1.00x)249.49 ms
(✅ 1.00x faster)CompressedSNARK-NIVC-Commitments-2
ref=9cdccb3
ref=07d9b1e
Prove-NumCons-6540
10.63 s
(✅ 1.00x)10.84 s
(✅ 1.02x slower)Verify-NumCons-6540
50.94 ms
(✅ 1.00x)51.68 ms
(✅ 1.01x slower)Prove-NumCons-1028888
51.95 s
(✅ 1.00x)53.85 s
(✅ 1.04x slower)Verify-NumCons-1028888
51.34 ms
(✅ 1.00x)52.17 ms
(✅ 1.02x slower)Made with criterion-table