-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
V0.1.0 #32
base: dev
Are you sure you want to change the base?
V0.1.0 #32
Conversation
For halo2 statistics, we can write a helper function to print some statistics per circuit given the input. Then we should call that from within the reader, similar to the binary we run for computing the memory. |
Currently, the way we use
We should update that in the Python script and also handle it in the CSV parser |
All rust memory measurements are now done #24 |
@tumberger, I think we don't need this one: zk-Harness/rust_utils/Cargo.toml Line 2 in 12508a9
|
@tumberger, I haven't updated the logs for arithmetics. Should we do it here or in #17? |
We should update it to work with any input
…ds to accurately evaluate verify
Clarify distinction of projects zk-harness and zkalc
Update README.md
PR of merging v0.1.0 to dev and then eventually merging it to the main branch and updating the website.
Description
In this version of zk-Harness, we aim to support more frameworks. Will also add support for two main circuits, exponentiate and sha256, using various inputs. Finally, we will produce results for both Mac and AWS servers.
General
Functionality to run only new benchmarksUpdate input format (Input Format Synchronization #14)benchmarks/<circuits|math>/<machine>/<framework>/
frameworks
dirDocumentation
High-level documentation of circuits and their inputs.Display the high-level documentation and the explanation of the inputs in the UI.halo2
Currently, we support onlyhalo2_pse
. Add support for vanillahalo2
_scripts/parsers/criterion_rust_parser.py
Circom + snarkjs/rapidsnark
Add support for C++ compilation?bellman
Add tutorialsexponentiate
circuitgnark
Note: Memory Measurement currently only for gnark, issues with serialization of the CCS in the case of plonk for gnark v0.8.0.
starky