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 2021/12/03 19:35:57 UTC

[tvm] branch main updated (1d40ffb -> 7f683da)

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 1d40ffb  [Executor] Debug Graph Executor - Dumping output tensors include topographical ordering (#9557)
     add 7f683da  [TVMSCRIPT] Misc error message improvements (#9543)

No new revisions were added by this update.

Summary of changes:
 python/tvm/script/parser.py                        | 87 +++++++++++++++++++---
 src/tir/ir/expr.cc                                 | 51 ++++++-------
 tests/python/unittest/test_tvmscript_complete.py   |  6 ++
 .../python/unittest/test_tvmscript_error_report.py | 63 ++++++++++++++++
 4 files changed, 170 insertions(+), 37 deletions(-)