Skip to main content

Mojo function

MakeTileLayoutList

MakeTileLayoutList[*tile_sizes: Int]() -> List[Layout]

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:

A LayoutList containing layouts for each tile size.

Was this page helpful?