#[repr(C)]pub struct WPtr8(pub [u64; 8]);Expand description
STAGE-2 GROUPED DECODE: 8 expert weight-block device pointers passed BY VALUE as one kernel
param (matches the CUDA wptr8_t struct: 8x 64-bit pointers, #[repr(C)] => identical
layout). The pointers are SLRU cache-slot base addresses — fixed for the engine’s lifetime
(slots are never re-allocated), so passing raw values is stable across the launch.
Tuple Fields§
§0: [u64; 8]Trait Implementations§
Auto Trait Implementations§
impl Freeze for WPtr8
impl RefUnwindSafe for WPtr8
impl Send for WPtr8
impl Sync for WPtr8
impl Unpin for WPtr8
impl UnsafeUnpin for WPtr8
impl UnwindSafe for WPtr8
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