Skip to main content

Mojo function

max_contiguous_tile_shape

max_contiguous_tile_shape[rank: Int, //, dtype: DType, tile_shape: IndexList[rank], /, *, major: Major = 0, swizzle_mode: SwizzleMode = 0]() -> IntTuple

Returns the maximum shape of a tile that's contiguous in memory for mma op. This is used to create TMA descriptor.

Returns:

IntTuple

Was this page helpful?