You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ju...@apache.org on 2022/07/29 17:50:08 UTC

[tvm] branch main updated (d183a4f306 -> d19570fb23)

This is an automated email from the ASF dual-hosted git repository.

junrushao pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from d183a4f306 [microTVM][Zephyr][projectAPI] Minimize project build commands (#12209)
     add d19570fb23 [UX] highlight tvm script (#12197)

No new revisions were added by this update.

Summary of changes:
 docker/install/ubuntu_install_python_package.sh    |   1 +
 python/tvm/ir/module.py                            |  15 +++
 python/tvm/script/highlight.py                     | 136 +++++++++++++++++++++
 python/tvm/tir/function.py                         |  13 ++
 .../unittest/test_tvmscript_printer_highlight.py   |  47 +++++++
 5 files changed, 212 insertions(+)
 create mode 100644 python/tvm/script/highlight.py
 create mode 100644 tests/python/unittest/test_tvmscript_printer_highlight.py