pub struct ResidentTpExpert { /* private fields */ }Expand description
Persistent TP2/TP4/TP8 routed-expert reference.
Rank-local checkpoint shards are uploaded once and remain tied to their owning CUDA context. Activations and deterministic host-staged collectives remain per invocation. This is the correctness substrate for serving TP/EP, not product-throughput evidence.
Auto Trait Implementations§
impl Freeze for ResidentTpExpert
impl RefUnwindSafe for ResidentTpExpert
impl Send for ResidentTpExpert
impl Sync for ResidentTpExpert
impl Unpin for ResidentTpExpert
impl UnsafeUnpin for ResidentTpExpert
impl UnwindSafe for ResidentTpExpert
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