This is an automated email from the ASF dual-hosted git repository.
tqchen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.
from b422f6a [WIP] Fixing an Infinite Loop case in UnmatchedChecker.
(#4881)
add b0b1e7d Tensor Expression Debug Display (TEDD) (#4651)
No new revisions were added by this update.
Summary of changes:
python/tvm/contrib/tedd.py | 738 ++++++++++++++++++++++++++++++++++++++
tests/python/contrib/test_tedd.py | 137 +++++++
tutorials/language/tedd.py | 164 +++++++++
3 files changed, 1039 insertions(+)
create mode 100644 python/tvm/contrib/tedd.py
create mode 100644 tests/python/contrib/test_tedd.py
create mode 100644 tutorials/language/tedd.py