-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: simplify some memoset generics (#1045)
* refactor: Refactor CircuitQuery and Scope type handling Relies on associated type projection and method parameters rather than binding generic parameters. * refactor: Refactor Scope struct to remove redundant field parameter Query and Memoset already have an inner parameter
- Loading branch information
1 parent
a9a5f10
commit 29ea314
Showing
3 changed files
with
23 additions
and
27 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
29ea314
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/7505936732
Benchmark Results
LEM Fibonacci Prove - rc = 100
fib-ref=a9a5f10aeb79f22d7a07fccb9321209358ecc2b4
fib-ref=29ea314f590390d9a27bbcd8125adfabd318dcac
num-100
1.74 s
(✅ 1.00x)1.74 s
(✅ 1.00x faster)num-200
3.37 s
(✅ 1.00x)3.36 s
(✅ 1.00x faster)LEM Fibonacci Prove - rc = 600
fib-ref=a9a5f10aeb79f22d7a07fccb9321209358ecc2b4
fib-ref=29ea314f590390d9a27bbcd8125adfabd318dcac
num-100
2.03 s
(✅ 1.00x)2.03 s
(✅ 1.00x slower)num-200
3.38 s
(✅ 1.00x)3.39 s
(✅ 1.00x slower)Made with criterion-table