Open
Conversation
…_mle_zero_padding
…/ceno into feat/prover_mle_zero_padding
506a380 to
df88dec
Compare
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.
Problem
GPU prover MLE/tower paths still carried logical-domain padding assumptions, which increased VRAM and made compact witness memory accounting inaccurate.
Design Rationale
Keep protocol-facing behavior unchanged while making prover-side GPU witnesses default-aware and compact by occupied rows. Missing logup numerators are represented by one scalar
ONEpolynomial withtail_default=ONE, avoiding per-chunk ones buffers.Change Highlights
ceno_zkvm: compact tower memory estimates and compact logup ones allocation.gkr_iop: GPU utility plumbing for compact/default-aware MLEs.summary.md: records executed e2e commands and outcomes.Benchmark / Performance Impact
Operation
Layer
Benchmark command(s):
Environment: GPU cc=12.0, 70 SMs, CUDA build via local
cuda_hal, head12453f6e.raw data:
0:09.63; concurrent6:17.54including release rebuild; pool peak262MBTesting
All passed.
Risks and Rollout
ceno-gpuandgkr-backendcompact MLE PRs.Follow-ups (optional)
Capture clean master-vs-PR benchmark numbers on a stable GPU runner.
Copilot Reviewer Directive (keep this section)
When Copilot reviews this PR, apply
.github/copilot-instructions.mdstrictly.