-
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.
Refactor to use bellpepper's new conditional selects (#355)
- Function `conditionally_select_vec` is removed and replaced with `conditionally_select_slice` across multiple files for consistency. - Duplicate functions `conditionally_select` and `conditionally_select_vec` are removed from various modules. - Unused import, `itertools::Itertools`, removed from `src/gadgets/utils.rs`.
- Loading branch information
1 parent
28ab1e6
commit 4cb69de
Showing
6 changed files
with
18 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
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
4cb69de
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/8135323280
Benchmark Results
RecursiveSNARK-NIVC-2
ref=28ab1e6
ref=4cb69de
Prove-NumCons-6540
44.32 ms
(✅ 1.00x)44.16 ms
(✅ 1.00x faster)Verify-NumCons-6540
34.55 ms
(✅ 1.00x)34.22 ms
(✅ 1.01x faster)Prove-NumCons-1028888
319.15 ms
(✅ 1.00x)318.95 ms
(✅ 1.00x faster)Verify-NumCons-1028888
249.07 ms
(✅ 1.00x)251.05 ms
(✅ 1.01x slower)CompressedSNARK-NIVC-Commitments-2
ref=28ab1e6
ref=4cb69de
Prove-NumCons-6540
10.43 s
(✅ 1.00x)10.56 s
(✅ 1.01x slower)Verify-NumCons-6540
50.51 ms
(✅ 1.00x)50.68 ms
(✅ 1.00x slower)Prove-NumCons-1028888
52.05 s
(✅ 1.00x)54.61 s
(✅ 1.05x slower)Verify-NumCons-1028888
50.53 ms
(✅ 1.00x)50.70 ms
(✅ 1.00x slower)Made with criterion-table