pub enum Tp2GateRed {
None,
SkipPeerMoe,
PeerLocalIds,
ReverseePeerWeights,
}Expand description
Gate-only deliberate defects for the TP2 class gate: MEMRA_Q4E_TP2_GATE_RED=<name>.
A band is only a bar if a WRONG program lands orders outside it, so the gate runs
these and REQUIRES them to be loud (the glm5 MEMRA_GLM5_TP_GATE_RED pattern).
Never a serving door — an unknown value refuses at the first MoE layer.
Variants§
None
SkipPeerMoe
Drop the peer card’s routed-expert contribution from the join.
PeerLocalIds
Route peer-owned experts to card 0’s bank at their LOCAL slot — a plausible off-by-remap bug (right magnitudes, wrong experts).
ReverseePeerWeights
Feed the peer half its slot weights in reversed order within each token.
Trait Implementations§
Source§impl Clone for Tp2GateRed
impl Clone for Tp2GateRed
Source§fn clone(&self) -> Tp2GateRed
fn clone(&self) -> Tp2GateRed
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for Tp2GateRed
Source§impl Debug for Tp2GateRed
impl Debug for Tp2GateRed
impl Eq for Tp2GateRed
Source§impl PartialEq for Tp2GateRed
impl PartialEq for Tp2GateRed
impl StructuralPartialEq for Tp2GateRed
Auto Trait Implementations§
impl Freeze for Tp2GateRed
impl RefUnwindSafe for Tp2GateRed
impl Send for Tp2GateRed
impl Sync for Tp2GateRed
impl Unpin for Tp2GateRed
impl UnsafeUnpin for Tp2GateRed
impl UnwindSafe for Tp2GateRed
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more