-
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.
* chore: bump rust version * Improve sparse polynomial evaluation algorithm (#317) * time-optimal algorithm for sparse polynomial evaluation * update version --------- Co-authored-by: Srinath Setty <srinath@microsoft.com>
- Loading branch information
1 parent
5268c20
commit 53deada
Showing
8 changed files
with
55 additions
and
88 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[toolchain] | ||
# The default profile includes rustc, rust-std, cargo, rust-docs, rustfmt and clippy. | ||
profile = "default" | ||
channel = "1.76.0" | ||
channel = "1.77" | ||
targets = [ "wasm32-unknown-unknown" ] | ||
|
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
53deada
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/8920491490
Benchmark Results
RecursiveSNARK-NIVC-2
ref=5268c20
ref=53deada
Prove-NumCons-6540
47.25 ms
(✅ 1.00x)47.38 ms
(✅ 1.00x slower)Verify-NumCons-6540
35.39 ms
(✅ 1.00x)35.66 ms
(✅ 1.01x slower)Prove-NumCons-1028888
343.35 ms
(✅ 1.00x)344.89 ms
(✅ 1.00x slower)Verify-NumCons-1028888
257.10 ms
(✅ 1.00x)254.59 ms
(✅ 1.01x faster)CompressedSNARK-NIVC-Commitments-2
ref=5268c20
ref=53deada
Prove-NumCons-6540
13.58 s
(✅ 1.00x)13.59 s
(✅ 1.00x slower)Verify-NumCons-6540
62.92 ms
(✅ 1.00x)64.24 ms
(✅ 1.02x slower)Prove-NumCons-1028888
58.52 s
(✅ 1.00x)57.60 s
(✅ 1.02x faster)Verify-NumCons-1028888
62.53 ms
(✅ 1.00x)65.04 ms
(✅ 1.04x slower)Made with criterion-table