Open
Conversation
Collaborator
Author
|
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. |
Collaborator
Author
|
Currently, the way we use We should update that in the Python script and also handle it in the CSV parser |
Collaborator
Author
|
All rust memory measurements are now done #24 |
Collaborator
Author
|
@tumberger, I think we don't need this one: zk-Harness/rust_utils/Cargo.toml Line 2 in 12508a9 |
Collaborator
Author
|
@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
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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>/frameworksdirDocumentation
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.pyCircom + snarkjs/rapidsnark
Add support for C++ compilation?bellman
Add tutorialsexponentiatecircuitgnark
Note: Memory Measurement currently only for gnark, issues with serialization of the CCS in the case of plonk for gnark v0.8.0.
starky