-
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.
create and use more idiomatic APIs for LEM types (#902)
- Loading branch information
1 parent
0028b29
commit 1e4aea3
Showing
3 changed files
with
104 additions
and
129 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
1e4aea3
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 GeForce RTX 4070
AMD Ryzen 9 3950X 16-Core Processor
125.711 GB RAM
Benchmark Results
LEM Fibonacci Prove - rc = 100
fib-ref=0028b2902d166ee96ad27d2935b9a7542ff6d25e
fib-ref=1e4aea319faf4157d03c9a415c498437dad79221
num-100
3.95 s
(✅ 1.00x)3.95 s
(✅ 1.00x slower)num-200
8.18 s
(✅ 1.00x)8.13 s
(✅ 1.01x faster)LEM Fibonacci Prove - rc = 600
fib-ref=0028b2902d166ee96ad27d2935b9a7542ff6d25e
fib-ref=1e4aea319faf4157d03c9a415c498437dad79221
num-100
3.06 s
(✅ 1.00x)3.04 s
(✅ 1.01x faster)num-200
6.99 s
(✅ 1.00x)6.98 s
(✅ 1.00x faster)Made with criterion-table