IMPORTANT: To view this page as Markdown, append `.md` to the URL (e.g. /docs/manual/basics.md). For the complete Mojo documentation index, see llms.txt.
Skip to main content
Version: 1.0.0b1
For the complete Mojo documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /docs/manual/basics.md).

MakeTileLayoutList

MakeTileLayoutList[*tile_sizes: Int]() -> LayoutList

Creates a list of layouts for tiling operations.

This function creates a list of simple layouts, each with a shape from the provided tile_sizes and a stride of 1. These layouts can be used for tiling operations.

Parameters:

  • *tile_sizes (Int): Variable number of integer tile dimensions.

Returns:

LayoutList: A LayoutList containing layouts for each tile size.