-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor: fix asymmetries between Nova and SuperNova APIs (#993)
* Include the number of steps in the Nova proof type so it can be used for verification * Remove the need to pass an extra input for `RecursiveSNARKTrait::verify` * `RecursiveSNARKTrait` no longer needs an arbitrary `ProofOutput` since the index of the last circuit is no longer needed for SuperNova proof verification
- Loading branch information
1 parent
60902df
commit 5e3ed46
Showing
11 changed files
with
50 additions
and
118 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
Oops, something went wrong.
5e3ed46
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 Fibonacci GPU benchmark.
NVIDIA L4
Intel(R) Xeon(R) CPU @ 2.20GHz
125.78 GB RAM
Workflow run: https://github.com/lurk-lab/lurk-rs/actions/runs/7290880536
Benchmark Results
LEM Fibonacci Prove - rc = 100
fib-ref=60902dfad3d666e947e1a581834e53e377d1677d
fib-ref=5e3ed4632950d1c7185f5c19f608439ef957a0d5
num-100
2.37 s
(✅ 1.00x)2.36 s
(✅ 1.00x faster)num-200
4.64 s
(✅ 1.00x)4.63 s
(✅ 1.00x faster)LEM Fibonacci Prove - rc = 600
fib-ref=60902dfad3d666e947e1a581834e53e377d1677d
fib-ref=5e3ed4632950d1c7185f5c19f608439ef957a0d5
num-100
1.99 s
(✅ 1.00x)1.99 s
(✅ 1.00x slower)num-200
4.50 s
(✅ 1.00x)4.51 s
(✅ 1.00x slower)Made with criterion-table