Skip to main content

Mojo struct

AccumTile

struct AccumTile[dtype: DType, size: Int]

Upper + lower TMEM fragments (16 rows each) for SM100 output.

Fields

  • upper (InlineArray[Scalar[dtype], size]):
  • lower (InlineArray[Scalar[dtype], size]):

Implemented traits

AnyType, Copyable, ImplicitlyDestructible, Movable

Methods

__init__

__init__(out self, upper: InlineArray[Scalar[dtype], size], lower: InlineArray[Scalar[dtype], size])

Was this page helpful?