You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by tq...@apache.org on 2020/11/06 00:24:42 UTC

[incubator-tvm] branch main updated (b31f4ae -> d164aac)

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

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


    from b31f4ae  [QNN] Dynamic scale, zero point in qnn.op.dequantize (#6849)
     add d164aac  [TVMSCRIPT] Using diagnostics for TVM Script (#6797)

No new revisions were added by this update.

Summary of changes:
 docker/install/ubuntu_install_python_package.sh    |   2 +-
 python/setup.py                                    |   2 +-
 python/tvm/script/context_maintainer.py            |   4 +-
 python/tvm/script/diagnostics.py                   |  54 ++
 python/tvm/script/meta_unparser.py                 |  31 +-
 python/tvm/script/parser.py                        | 979 +++++++++++----------
 python/tvm/script/scope_handler.py                 |  20 +-
 python/tvm/script/special_stmt.py                  |  18 +-
 .../python/unittest/test_tvmscript_error_report.py | 219 +++--
 tests/scripts/task_ci_python_setup.sh              |   2 +-
 10 files changed, 726 insertions(+), 605 deletions(-)
 create mode 100644 python/tvm/script/diagnostics.py