Skip to main content

Mojo module

mha_fa3_utils

Aliases

QTMATile

alias QTMATile[dtype: DType, swizzle_mode: TensorMapSwizzle, *, BM: Int, depth: Int, group: Int, decoding: Bool] = TMATensorTile[dtype, tile_layout_k_major[dtype, max(group, 8) if decoding else BM, 64 if decoding else depth, swizzle_mode](), _tma_desc_tile_layout[dtype, 2, IndexList[2, DType.int64](max(group, 8) if decoding else BM, 64 if decoding else depth, Tuple[]()), swizzle_mode=swizzle_mode]()]

Parameters

  • dtype (DType):
  • swizzle_mode (TensorMapSwizzle):
  • BM (Int):
  • depth (Int):
  • group (Int):
  • decoding (Bool):

Structs

Traits

Functions

Was this page helpful?