pub struct ResidentNvfp4ColumnBankRank { /* private fields */ }Expand description
One rank’s resident NVFP4 expert bank shard: one repacked block buffer PER expert (per-expert device allocations keep this increment off any new strided-kernel API; the strided twin is a later perf rung, mirroring the FP8 bank’s history).
Auto Trait Implementations§
impl Freeze for ResidentNvfp4ColumnBankRank
impl RefUnwindSafe for ResidentNvfp4ColumnBankRank
impl Send for ResidentNvfp4ColumnBankRank
impl Sync for ResidentNvfp4ColumnBankRank
impl Unpin for ResidentNvfp4ColumnBankRank
impl UnsafeUnpin for ResidentNvfp4ColumnBankRank
impl UnwindSafe for ResidentNvfp4ColumnBankRank
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