DeepEP admission for zero-K3 lanes: canonical-combine adapters, receipts, and gates - #54
Closed
kiddyboots216 wants to merge 1 commit into
Closed
DeepEP admission for zero-K3 lanes: canonical-combine adapters, receipts, and gates#54kiddyboots216 wants to merge 1 commit into
kiddyboots216 wants to merge 1 commit into
Conversation
Broly Security ScanNote ✅ Clean scan Note Re-scan this PR anytime with
|
kiddyboots216
force-pushed
the
pr/deepep-zero-k3
branch
from
August 13, 2026 02:48
541c959 to
a68325a
Compare
kiddyboots216
changed the base branch from
pr/pp-byte-alignment
to
pr/ulysses8-exact
August 13, 2026 02:48
kiddyboots216
force-pushed
the
pr/deepep-zero-k3
branch
from
August 13, 2026 09:19
a68325a to
c102216
Compare
kiddyboots216
force-pushed
the
pr/ulysses8-exact
branch
from
August 13, 2026 09:19
afb7026 to
209b5bd
Compare
kiddyboots216
force-pushed
the
pr/deepep-zero-k3
branch
from
August 13, 2026 10:44
c102216 to
3c3261c
Compare
kiddyboots216
force-pushed
the
pr/ulysses8-exact
branch
from
August 13, 2026 10:44
209b5bd to
2153345
Compare
Add a transport-independent canonical MoE combine and a fail-closed DeepEP adapter with deterministic backward behavior. Cover receipt validation, backend parity, multirank collectives, real-transport admission, and expert-kernel layout invariance with conventional tests.
kiddyboots216
force-pushed
the
pr/ulysses8-exact
branch
from
August 13, 2026 17:28
2153345 to
630c49a
Compare
kiddyboots216
force-pushed
the
pr/deepep-zero-k3
branch
from
August 13, 2026 17:28
3c3261c to
0d5db9e
Compare
Contributor
Author
|
Superseded by #57, which consolidates the complete exact trainer-serving stack directly onto main. |
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.
Canonical combine: DeepEP admission for exact MoE lanes
Stacked on #53. This PR contains production code and conventional tests only.
What changes
canonical_combine_v1, a transport-independent per-token top-k MoE combine: FP32 FMA in router-slot order, one terminal BF16 round, deterministic trainer-owned backward, and one writer per element.Gates
Scope
The combine contract admits only measured transport modes and fails closed elsewhere. Ulysses composition and model-level qualification remain separate downstream gates.