-
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.
chore: refine Coprocessors' API (#1180)
* Allow coprocessor to alloc their own global constants * Remove Coprocessor::eval_arity since the implementer already defines CoCircuit::arity
- Loading branch information
1 parent
313180a
commit 867f0c2
Showing
9 changed files
with
171 additions
and
80 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
Oops, something went wrong.
867f0c2
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
32 vCPUs
125 GB RAM
Workflow run: https://github.com/lurk-lab/lurk-rs/actions/runs/8099284563
Benchmark Results
LEM Fibonacci Prove - rc = 100
ref=313180aa7fd185dcfe6c2a0545106061a9c2e978
ref=867f0c2a1a24980bd924d01d2f81d6ce01fe72b3
num-100
1.46 s
(✅ 1.00x)1.46 s
(✅ 1.00x slower)num-200
2.78 s
(✅ 1.00x)2.78 s
(✅ 1.00x slower)LEM Fibonacci Prove - rc = 600
ref=313180aa7fd185dcfe6c2a0545106061a9c2e978
ref=867f0c2a1a24980bd924d01d2f81d6ce01fe72b3
num-100
1.86 s
(✅ 1.00x)1.86 s
(✅ 1.00x slower)num-200
3.06 s
(✅ 1.00x)3.06 s
(✅ 1.00x slower)Made with criterion-table