For the complete documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /get-started.md).
Mojo trait
KVBufferConfig
Tiling configuration shared by the K and V decode buffer roles.
Defines the warp-tile and block-tile dimensions, the MMA iteration
axis used to walk the DRAM tile, and the warp-tile coordinate lookup
that DecodeKVBuffer uses to select its SMEM sub-view per warp.
Implemented traitsβ
comptime membersβ
btile_dim0β
comptime btile_dim0
btile_dim1β
comptime btile_dim1
iterator_axisβ
comptime iterator_axis
wsizeβ
comptime wsize
wtile_dim0β
comptime wtile_dim0
wtile_dim1β
comptime wtile_dim1