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

frag_row_base

def frag_row_base(lane: Int) -> Int

Base MMA-tile row for lane (before the per-element row jump).

Args:

  • lane (Int): Simdgroup lane index in [0, 32); determines the lane's base row in the 16x16 MMA tile.

Returns:

Int

Was this page helpful?