tilelang.analysis.layout_visual¶

Functions¶

print_fragment_format(layout)

Format fragment layout information into a human-readable string.

LayoutVisual([formats])

Module Contents¶

tilelang.analysis.layout_visual.print_fragment_format(layout)¶

Format fragment layout information into a human-readable string.

Parameters:

layout (T.Fragment) – The fragment layout to format

Returns:

Formatted string showing shape, thread mapping, and index mapping

Return type:

str

tilelang.analysis.layout_visual.LayoutVisual(formats='')¶
Parameters:

formats (str)