IMPORTANT: To view this page as Markdown, append `.md` to the URL (e.g. /get-started.md). For the complete documentation index, see llms.txt.
Skip to main content
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

AnyType

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

Required methods

get_wtile_coord

static def get_wtile_coord() -> IndexList[Int(2)]

Returns:

IndexList[Int(2)]