#[repr(C)]pub struct GdnWVl {
pub qb16: u64,
pub pb16: u64,
}Expand description
task #22: per-seq wgmma-fused extras (CUDA gdnw_t/gdnwvl_t) — qb16 mirror +
pre-masked Pb16, riding NEXT TO GdnSeqVl so the base struct stays untouched.
Fields§
§qb16: u64§pb16: u64Trait Implementations§
impl Copy for GdnWVl
impl DeviceRepr for GdnWVl
Auto Trait Implementations§
impl Freeze for GdnWVl
impl RefUnwindSafe for GdnWVl
impl Send for GdnWVl
impl Sync for GdnWVl
impl Unpin for GdnWVl
impl UnsafeUnpin for GdnWVl
impl UnwindSafe for GdnWVl
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