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