IMPORTANT: To view this page as Markdown, append `.md` to the URL (e.g. /max/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. /max/get-started.md).

Mojo struct

VBufferConfig

struct VBufferConfig[BN: Int, BK: Int, WN: Int, depth: Int]

Implemented traits​

AnyType, ImplicitlyDeletable, KVBufferConfig

comptime members​

btile_dim0​

comptime btile_dim0 = BK

btile_dim1​

comptime btile_dim1 = depth

iterator_axis​

comptime iterator_axis = 0

wsize​

comptime wsize = VBufferConfig[BN, BK, WN, depth].wtile_dim1

wtile_dim0​

comptime wtile_dim0 = BK

wtile_dim1​

comptime wtile_dim1 = (depth // (BN // WN))

Methods​

get_wtile_coord​

static def get_wtile_coord() -> IndexList[2]

Returns:

IndexList[2]