This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch last-successful
in repository https://gitbox.apache.org/repos/asf/tvm.git
from c2ec95616e [Fq2i][ fix output type on fq2i binary ops with constant
inputs (#12236)
add b723d22b36 [docs] Update installation instructions (#12269)
add bca0385862 [UnitTest][TIR] Testing utility for before/after transform
tests (#12264)
No new revisions were added by this update.
Summary of changes:
docs/install/docker.rst | 21 +--
docs/install/index.rst | 23 ++-
docs/install/tlcpack.rst | 24 ---
python/tvm/testing/utils.py | 206 +++++++++++++++++++++
.../python/unittest/test_tir_transform_simplify.py | 38 +---
.../unittest/test_tvm_testing_before_after.py | 83 +++++++++
6 files changed, 315 insertions(+), 80 deletions(-)
delete mode 100644 docs/install/tlcpack.rst
create mode 100644 tests/python/unittest/test_tvm_testing_before_after.py