-
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.
add Op::Unit for general purpose debugging or data collection (#896)
- Loading branch information
1 parent
732a397
commit 3cb513b
Showing
4 changed files
with
21 additions
and
2 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
3cb513b
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=732a397013f12f139aa9d647c5e63f58f3b7c808
fib-ref=3cb513b7a70dbea1f557fd38566fa53d9208b77b
num-100
3.98 s
(✅ 1.00x)3.94 s
(✅ 1.01x faster)num-200
8.10 s
(✅ 1.00x)8.06 s
(✅ 1.01x faster)LEM Fibonacci Prove - rc = 600
fib-ref=732a397013f12f139aa9d647c5e63f58f3b7c808
fib-ref=3cb513b7a70dbea1f557fd38566fa53d9208b77b
num-100
3.06 s
(✅ 1.00x)3.05 s
(✅ 1.00x faster)num-200
7.02 s
(✅ 1.00x)7.01 s
(✅ 1.00x faster)Made with criterion-table