pub enum Fp8QuantLogSlot {
Twin,
Reject(usize),
}Expand description
Which line fp8_quant_log would say for this verdict — None for
silence.
ONE slot per branch. The round-15 H100 serve logs carried the BA-gates
twin’s refusal line for the life of the process while nsys showed the twin
running, because a single Once was tripped by a 27-token smoke request
before the first real prefill. The verdict here changes between calls for
the same reason — the width is an argument — so this lever gets the slot
table from the start: a serve log carries BOTH lines, the positive at the
first prefill width and the negative at the first decode width.
Variants§
Twin
The twin took the launch.
Reject(usize)
The parent took it, for the guard at this index of
FP8_QUANT_REJECTS.
Trait Implementations§
Source§impl Clone for Fp8QuantLogSlot
impl Clone for Fp8QuantLogSlot
Source§fn clone(&self) -> Fp8QuantLogSlot
fn clone(&self) -> Fp8QuantLogSlot
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 Fp8QuantLogSlot
impl Debug for Fp8QuantLogSlot
Source§impl PartialEq for Fp8QuantLogSlot
impl PartialEq for Fp8QuantLogSlot
impl Copy for Fp8QuantLogSlot
impl Eq for Fp8QuantLogSlot
impl StructuralPartialEq for Fp8QuantLogSlot
Auto Trait Implementations§
impl Freeze for Fp8QuantLogSlot
impl RefUnwindSafe for Fp8QuantLogSlot
impl Send for Fp8QuantLogSlot
impl Sync for Fp8QuantLogSlot
impl Unpin for Fp8QuantLogSlot
impl UnwindSafe for Fp8QuantLogSlot
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.