-
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.
chore: handle emitted pointers on the REPL (#1201)
* Remove inner printing from the interpretation of LEM's `Op::Emit` * Receive and handle emitted pointers in threads spawned in the REPL * Refactor and document the REPL's evaluation functions
- Loading branch information
1 parent
b7aa4fe
commit 26efa6e
Showing
5 changed files
with
118 additions
and
60 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
Oops, something went wrong.
26efa6e
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/8206742419
Benchmark Results
LEM Fibonacci Prove - rc = 100
ref=b7aa4fe12f1185c12d00c88053370feccbb218bd
ref=26efa6e2916bb319d2fec97f84be5a19d72a7d31
num-100
1.45 s
(✅ 1.00x)1.45 s
(✅ 1.00x slower)num-200
2.77 s
(✅ 1.00x)2.78 s
(✅ 1.00x slower)LEM Fibonacci Prove - rc = 600
ref=b7aa4fe12f1185c12d00c88053370feccbb218bd
ref=26efa6e2916bb319d2fec97f84be5a19d72a7d31
num-100
1.85 s
(✅ 1.00x)1.84 s
(✅ 1.01x faster)num-200
3.05 s
(✅ 1.00x)3.06 s
(✅ 1.00x slower)Made with criterion-table