-
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: remove legacy Lurk reduction (#883)
* fix: coproc imports * refactor: remove Lurk Evaluator * refactor: remove Alpha reduction * drop DumbCoproc --------- Co-authored-by: Arthur Paulino <arthurleonardo.ap@gmail.com>
- Loading branch information
1 parent
5c022b1
commit 9b4af90
Showing
9 changed files
with
17 additions
and
5,197 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
Oops, something went wrong.
9b4af90
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=5c022b137fec92a23f85166dc6d9dd956583e741
fib-ref=9b4af90afaf33add650e052fb9a0047faa90fba8
num-100
3.99 s
(✅ 1.00x)4.00 s
(✅ 1.00x slower)num-200
8.92 s
(✅ 1.00x)8.83 s
(✅ 1.01x faster)LEM Fibonacci Prove - rc = 600
fib-ref=5c022b137fec92a23f85166dc6d9dd956583e741
fib-ref=9b4af90afaf33add650e052fb9a0047faa90fba8
num-100
3.06 s
(✅ 1.00x)3.05 s
(✅ 1.00x faster)num-200
6.99 s
(✅ 1.00x)7.03 s
(✅ 1.01x slower)Made with criterion-table