Skip to content
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: clear virtual phase0 columns in builder before next phase (#295) #38

Merged
merged 1 commit into from
Apr 30, 2024

Conversation

jonathanpwang
Copy link
Contributor

  • feat: clear virtual phase0 columns in builder before next phase

In prover stage, these columns should never be touched again once they have been raw assigned. This should save memory before the real phase0 assigned columns are KZG commited (MSM leads to memory spike).

  • chore: bump axiom-eth v0.4.3, axiom-query v2.0.17

* feat: clear virtual phase0 columns in builder before next phase

In prover stage, these columns should never be touched again once they
have been raw assigned. This should save memory before the real phase0
assigned columns are KZG commited (MSM leads to memory spike).

* chore: bump axiom-eth v0.4.3, axiom-query v2.0.17
@jonathanpwang jonathanpwang merged commit 2c604af into main Apr 30, 2024
2 checks passed
@jonathanpwang jonathanpwang deleted the chore/save_memory branch April 30, 2024 18:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants