-
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: consider comm pointers as potential functions (#1170)
- Loading branch information
1 parent
0d8de4d
commit d91b5e2
Showing
2 changed files
with
29 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
d91b5e2
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/8026323620
Benchmark Results
LEM Fibonacci Prove - rc = 100
ref=0d8de4d3afa1de26a2100851402c06c64ffee4da
ref=d91b5e27e526632aa56e3b1108012c232726b165
num-100
1.45 s
(✅ 1.00x)1.46 s
(✅ 1.01x slower)num-200
2.78 s
(✅ 1.00x)2.79 s
(✅ 1.00x slower)LEM Fibonacci Prove - rc = 600
ref=0d8de4d3afa1de26a2100851402c06c64ffee4da
ref=d91b5e27e526632aa56e3b1108012c232726b165
num-100
1.84 s
(✅ 1.00x)1.81 s
(✅ 1.02x faster)num-200
3.05 s
(✅ 1.00x)3.02 s
(✅ 1.01x faster)Made with criterion-table