Mojo struct
AccumTile
@register_passable(trivial)
struct AccumTile[dtype: DType, size: Int]
Upper + lower TMEM fragments (16 rows each) for SM100 output.
Fields
- upper (
SIMD[dtype, size]): - lower (
SIMD[dtype, size]):
Implemented traits
AnyType,
Copyable,
ImplicitlyCopyable,
ImplicitlyDestructible,
Movable
comptime members
__copyinit__is_trivial
comptime __copyinit__is_trivial = True
__del__is_trivial
comptime __del__is_trivial = True
__moveinit__is_trivial
comptime __moveinit__is_trivial = True
Methods
__init__
__init__(upper: SIMD[dtype, size], lower: SIMD[dtype, size]) -> Self
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!