-
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.
* WIP raw pointers and store * const generic store functions * Finished raw store * Integrated raw_store into store * Store simplification * Renames, comments, tests, simplifications * Updated some documentation * Utility macros * Reverted `Hash3` and `comms` change * Tag interning optimization * LEM tag own file and tests * Better conversion functions
- Loading branch information
1 parent
f1c5064
commit 993e958
Showing
16 changed files
with
844 additions
and
596 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
Oops, something went wrong.
993e958
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/7425300731
Benchmark Results
LEM Fibonacci Prove - rc = 100
fib-ref=f1c5064774e419086bc09b8c8148f6fdd03ff0e8
fib-ref=993e958a6a9c0a03ba84914fae7701c873f7bbc0
num-100
2.37 s
(✅ 1.00x)2.37 s
(✅ 1.00x faster)num-200
4.65 s
(✅ 1.00x)4.63 s
(✅ 1.00x faster)LEM Fibonacci Prove - rc = 600
fib-ref=f1c5064774e419086bc09b8c8148f6fdd03ff0e8
fib-ref=993e958a6a9c0a03ba84914fae7701c873f7bbc0
num-100
1.99 s
(✅ 1.00x)1.98 s
(✅ 1.00x faster)num-200
4.49 s
(✅ 1.00x)4.49 s
(✅ 1.00x faster)Made with criterion-table