This is an automated email from the ASF dual-hosted git repository.
areusch pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from 2628179 [ONNX] Wrap 'If' if it has multiple outputs (#8385)
add a4775c2 [DOCS] Add docs for Pass Instrument (#8220)
No new revisions were added by this update.
Summary of changes:
docs/api/python/ir.rst | 8 +
docs/conf.py | 7 +-
docs/dev/pass_infra.rst | 221 ++++++++++++++++-
python/tvm/ir/instrument.py | 24 +-
python/tvm/ir/transform.py | 4 +-
tests/python/relay/test_pass_instrument.py | 3 -
tutorials/dev/use_pass_infra.py | 14 +-
tutorials/dev/use_pass_instrument.py | 372 +++++++++++++++++++++++++++++
8 files changed, 631 insertions(+), 22 deletions(-)
create mode 100644 tutorials/dev/use_pass_instrument.py