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 function

compute_tma_tile_dims

compute_tma_tile_dims[BM: Int, BN: Int, MMA_M: Int, OutputM: Int, CLUSTER_M: Int, CLUSTER_N: Int, cta_group: Int, AB_swapped: Bool = False]() -> StaticTuple[Int, 3]

Compute TMA tile dimensions (a_tile_dim0, b_tile_dim0, c_tile_dim0).

Returns:

StaticTuple[Int, 3]: StaticTuple of (a_tile_dim0, b_tile_dim0, c_tile_dim0).