-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* `ToplevelQuery` added * Progress on `ToplevelQuery` * Content added to Query and Scope * WIP toplevel * WIP eval * More toplevel methods * Progress on eval * Finished eval * Coroutine eval test * Toplevel synthesize started * Some progress on synthesize * More progress on synthesize * Synthesize `Ctrl` * Prove refactor * LEM coroutine prove * Bugfixes, test assertions * Coroutine size test * synthesis file added * More operations * Synthesis done * Use MatchValue * `from_ptr` now takes content Fixed toplevel's from_ptr * Prove sum list test * Rebase fixes * Renaming
- Loading branch information
1 parent
a1cf4f3
commit c333fa4
Showing
14 changed files
with
1,931 additions
and
171 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
Oops, something went wrong.
c333fa4
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/8196483110
Benchmark Results
LEM Fibonacci Prove - rc = 100
ref=a1cf4f3c8b79298edf9fb4df01df06ec398b8c2b
ref=c333fa4f69b8f2f403c37f2a7491aed1b37b2c1c
num-100
1.46 s
(✅ 1.00x)1.45 s
(✅ 1.00x faster)num-200
2.77 s
(✅ 1.00x)2.76 s
(✅ 1.00x faster)LEM Fibonacci Prove - rc = 600
ref=a1cf4f3c8b79298edf9fb4df01df06ec398b8c2b
ref=c333fa4f69b8f2f403c37f2a7491aed1b37b2c1c
num-100
1.82 s
(✅ 1.00x)1.85 s
(✅ 1.01x slower)num-200
3.01 s
(✅ 1.00x)3.06 s
(✅ 1.02x slower)Made with criterion-table