pub enum BaGatesLogSlot {
Twin,
Reject(usize),
}Expand description
Which line ba_gates_log would say for this verdict — None for silence.
ONE slot per branch, and that is the whole fix. The round-15 H100 serve logs
carried the Hopper twin is NOT running at M=27 on five of six cells for the
life of the process while nsys showed the twin running 48x per prefill: a
single Once shared by both branches, tripped by the smoke test’s 27-token
request, so the positive line could never be said. A reader of a serve log
got the exact opposite of what the engine did.
Variants§
Twin
The twin took the launch.
Reject(usize)
The parent took it, for the guard at this index of
BA_GATES_REJECTS.
Trait Implementations§
Source§impl Clone for BaGatesLogSlot
impl Clone for BaGatesLogSlot
Source§fn clone(&self) -> BaGatesLogSlot
fn clone(&self) -> BaGatesLogSlot
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BaGatesLogSlot
impl Debug for BaGatesLogSlot
Source§impl PartialEq for BaGatesLogSlot
impl PartialEq for BaGatesLogSlot
impl Copy for BaGatesLogSlot
impl Eq for BaGatesLogSlot
impl StructuralPartialEq for BaGatesLogSlot
Auto Trait Implementations§
impl Freeze for BaGatesLogSlot
impl RefUnwindSafe for BaGatesLogSlot
impl Send for BaGatesLogSlot
impl Sync for BaGatesLogSlot
impl Unpin for BaGatesLogSlot
impl UnwindSafe for BaGatesLogSlot
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.