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
KOffsetKind
struct KOffsetKind
Describes how to compute the K offset for a load operation.
K offsets are relative to the loop variable k in the main loop,
expressed as multiples of BK.
Fieldsβ
- βbk_multiple (
Int):
Implemented traitsβ
AnyType,
Copyable,
Equatable,
ImplicitlyCopyable,
ImplicitlyDestructible,
Movable
comptime membersβ
K0β
comptime K0 = KOffsetKind(0)
K1β
comptime K1 = KOffsetKind(1)
K_NEXTβ
comptime K_NEXT = KOffsetKind(2)
K_PREVβ
comptime K_PREV = KOffsetKind(3)
NONEβ
comptime NONE = KOffsetKind(255)
Methodsβ
signed_bk_multipleβ
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!