-
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
feat: fflonk gpu implementation #26
Merged
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
saitima
force-pushed
the
si/fflonk-gpu
branch
from
September 11, 2024 09:40
f92e33e
to
b7ff92b
Compare
saitima
force-pushed
the
si/fflonk-gpu
branch
from
September 11, 2024 09:41
b7ff92b
to
69be711
Compare
…#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]>
saitima
force-pushed
the
si/fflonk-gpu
branch
from
October 24, 2024 17:42
3f6fe51
to
7deafa9
Compare
# 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.
robik75
approved these changes
Oct 31, 2024
saitima
pushed a commit
that referenced
this pull request
Oct 31, 2024
🤖 I have created a release *beep* *boop* --- ## [0.152.1](v0.152.0...v0.152.1) (2024-10-31) ### Features * fflonk gpu implementation ([#26](#26)) ([9d11084](9d11084)) --- 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]>
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 fflonk protocol for the cuda.
Why ❔
Checklist
zk fmt
andzk lint
.Prerequisites