-
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.
Multiple lookups, simpler rec environment (#996)
* two lookups per step * let/letrec refactor * recursive enviroments simplified * fixed eval/proof iterations * New tag for recursive variables * fixed lurk-lib and demo tests
- Loading branch information
1 parent
753bf71
commit 2efe6ec
Showing
10 changed files
with
173 additions
and
180 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
Submodule lurk-lib
updated
from 6c9bfb to 845c7f
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.
2efe6ec
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
125.78 GB RAM
Workflow run: https://github.com/lurk-lab/lurk-rs/actions/runs/7452711363
Benchmark Results
LEM Fibonacci Prove - rc = 100
fib-ref=753bf7167754ca8b6dc399fd604c9f5a1f719d40
fib-ref=2efe6ec44becd5ec4f572ec5ed89f9f10b454a82
num-100
2.37 s
(✅ 1.00x)6.39 s
(❌ 2.70x slower)num-200
4.64 s
(✅ 1.00x)12.71 s
(❌ 2.74x slower)LEM Fibonacci Prove - rc = 600
fib-ref=753bf7167754ca8b6dc399fd604c9f5a1f719d40
fib-ref=2efe6ec44becd5ec4f572ec5ed89f9f10b454a82
num-100
1.99 s
(✅ 1.00x)5.21 s
(❌ 2.61x slower)num-200
4.50 s
(✅ 1.00x)8.85 s
(❌ 1.97x slower)Made with criterion-table
2efe6ec
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
125.78 GB RAM
Benchmark Results
LEM Fibonacci Prove - rc = 100
fib-ref=2efe6ec44becd5ec4f572ec5ed89f9f10b454a82
num-100
6.40 s
(✅ 1.00x)num-200
12.77 s
(✅ 1.00x)LEM Fibonacci Prove - rc = 600
fib-ref=2efe6ec44becd5ec4f572ec5ed89f9f10b454a82
num-100
5.24 s
(✅ 1.00x)num-200
8.96 s
(✅ 1.00x)Made with criterion-table
2efe6ec
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
125.78 GB RAM
Benchmark Results
LEM Fibonacci Prove - rc = 100
fib-ref=2efe6ec44becd5ec4f572ec5ed89f9f10b454a82
num-100
6.40 s
(✅ 1.00x)num-200
12.72 s
(✅ 1.00x)LEM Fibonacci Prove - rc = 600
fib-ref=2efe6ec44becd5ec4f572ec5ed89f9f10b454a82
num-100
5.21 s
(✅ 1.00x)num-200
8.90 s
(✅ 1.00x)Made with criterion-table
2efe6ec
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
125.78 GB RAM
Benchmark Results
LEM Fibonacci Prove - rc = 100
fib-ref=2efe6ec44becd5ec4f572ec5ed89f9f10b454a82
num-100
1.73 s
(✅ 1.00x)num-200
3.33 s
(✅ 1.00x)LEM Fibonacci Prove - rc = 600
fib-ref=2efe6ec44becd5ec4f572ec5ed89f9f10b454a82
num-100
1.95 s
(✅ 1.00x)num-200
3.34 s
(✅ 1.00x)Made with criterion-table
2efe6ec
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
125.78 GB RAM
Workflow run: https://github.com/lurk-lab/lurk-rs/actions/runs/7452711363
Benchmark Results
LEM Fibonacci Prove - rc = 100
fib-ref=753bf7167754ca8b6dc399fd604c9f5a1f719d40
fib-ref=2efe6ec44becd5ec4f572ec5ed89f9f10b454a82
num-100
2.37 s
(✅ 1.00x)1.73 s
(✅ 1.37x faster)num-200
4.64 s
(✅ 1.00x)3.32 s
(✅ 1.40x faster)LEM Fibonacci Prove - rc = 600
fib-ref=753bf7167754ca8b6dc399fd604c9f5a1f719d40
fib-ref=2efe6ec44becd5ec4f572ec5ed89f9f10b454a82
num-100
1.99 s
(✅ 1.00x)1.96 s
(✅ 1.02x faster)num-200
4.50 s
(✅ 1.00x)3.35 s
(✅ 1.34x faster)Made with criterion-table