-
Notifications
You must be signed in to change notification settings - Fork 3
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
chore(proof-compression): Device based convenient functions for precomputations #48
Merged
Conversation
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
…#27) # What ❔ Fixes bug in context creation where `coarse_log_count` and `fine_log_count` were mistakenly swapped. ## Checklist <!-- Check your PR fulfills the following items. --> <!-- For draft PRs check the boxes as you complete them. --> - [x] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [x] Tests for the changes have been added / updated. - [x] Documentation comments have been added / updated. - [x] Code has been formatted via `zk fmt` and `zk lint`.
🤖 I have created a release *beep* *boop* --- [0.150.8](v0.150.7...v0.150.8) (2024-09-10) * **gpu-ffi:** add bindings for the distribute function in bellman-cuda ([#22](#22)) ([a099924](a099924)) * **boojum-cuda:** "un-swap" coarse and fine count for powers_data_g_i ([#27](#27)) ([95b29da](95b29da)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: zksync-era-bot <[email protected]>
# What ❔ This PR removes the broken MainVM circuit and renames the node circuit to reflect the correct circuit id. ## Why ❔ After a protocol update the stored MainVM circuit can't be deserialized anymore so we remove it for the time being. A new serialized MainVM circuit instance will be added later.
Artemka374
previously approved these changes
Nov 5, 2024
Artemka374
approved these changes
Nov 6, 2024
… into si/proof-compression-convenience
…' into si/proof-compression-convenience
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.
What ❔
Implements device based convenient functions for the pre computations.
Why ❔
Checklist
zk fmt
andzk lint
.