tilelang.tools.pass_visualizer ============================== .. py:module:: tilelang.tools.pass_visualizer .. autoapi-nested-parse:: Interactive pass-by-pass IR structure-tree visualizer for TileLang kernels. See ``viewer.py`` for the CLI entry point and ``README.md`` for usage. This is a debugging complement to ``tilelang.utils.pass_diff``: where pass_diff shows a text-level diff of the TVMScript, this tool renders the SBlock structure tree and expands tile ops by field name, with per-class operator highlighting. Submodules ---------- .. toctree:: :maxdepth: 1 /autoapi/tilelang/tools/pass_visualizer/core/index /autoapi/tilelang/tools/pass_visualizer/viewer/index