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.

参数:

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

返回:

Formatted string showing shape, thread mapping, and index mapping

返回类型:

str

tilelang.analysis.layout_visual.LayoutVisual(formats='')
参数:

formats (str)