For the complete documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /max/get-started.md).
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,
ImplicitlyDeletable,
Movable
Methodsβ
__init__β
def __init__(out self, upper: InlineArray[Scalar[dtype], size], lower: InlineArray[Scalar[dtype], size])
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!