pub struct MmaStageWriter {}Expand description
Writer for storing the output registers.
Implementations§
Source§impl MmaStageWriter
impl MmaStageWriter
pub fn store_fragment<E: Numeric, N: Size, V: Numeric, NV: Size, A: Numeric, B: Numeric, CD: Numeric>( tile: &mut StridedTile<V, NV>, fragment: &Array<Vector<E, N>>, def: &MmaDefinition<A, B, CD>, ident: MatrixIdent, layout: MatrixLayout, m: u32, config: MmaIOConfig, )
pub fn __expand_store_fragment<E: Numeric, N: Size, V: Numeric, NV: Size, A: Numeric, B: Numeric, CD: Numeric>( scope: &Scope, tile: &mut <StridedTile<V, NV> as CubeType>::ExpandType, fragment: &<Array<Vector<E, N>> as CubeType>::ExpandType, def: &<MmaDefinition<A, B, CD> as CubeType>::ExpandType, ident: MatrixIdent, layout: MatrixLayout, m: u32, config: MmaIOConfig, )
Trait Implementations§
Source§impl CubeType for MmaStageWriter
impl CubeType for MmaStageWriter
Auto Trait Implementations§
impl Freeze for MmaStageWriter
impl RefUnwindSafe for MmaStageWriter
impl Send for MmaStageWriter
impl Sync for MmaStageWriter
impl Unpin for MmaStageWriter
impl UnsafeUnpin for MmaStageWriter
impl UnwindSafe for MmaStageWriter
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more