Skip to main content

Mojo struct

VBufferConfig

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

Implemented traits​

AnyType, ImplicitlyDestructible, 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 get_wtile_coord() -> IndexList[2]

Returns:

IndexList[2]