perf(prover): device-resident rounds 2-4 and fused NTT for GPU continuations - #875
Open
ColoCarletti wants to merge 2 commits into
Open
perf(prover): device-resident rounds 2-4 and fused NTT for GPU continuations#875ColoCarletti wants to merge 2 commits into
ColoCarletti wants to merge 2 commits into
Conversation
Collaborator
Author
|
/bench-gpu |
GPU Benchmark (ABBA) —
|
ColoCarletti
force-pushed
the
gpu-opt-round2-impl
branch
from
July 31, 2026 15:50
e9b01ad to
e34b461
Compare
Grid-stride the fused row-major NTT past gridDim.y (lde >= 2^24 silently fell back to CPU), assert the device-only contract in the R2 composition commit and preprocessed opening fallbacks, validate htod_via bounds, retain FRI device evals only under device-only, and move the inverse fault-injection hook so every batch-inverse entry is covered.
ColoCarletti
force-pushed
the
gpu-opt-round2-impl
branch
from
July 31, 2026 15:56
e34b461 to
ac3dee9
Compare
Collaborator
Author
|
/bench-gpu |
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.
Second GPU optimization round on top of #863: ethrex 10tx continuations on RTX 5090 go from 12.01s to 9.75s (-18.8%, 8 ABBA pairs, sd 1.3%). Proofs are unchanged and cross-verify against the previous prover.