You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by sy...@apache.org on 2021/10/23 06:58:41 UTC

[tvm] branch main updated (6219d19 -> e9a66a1)

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

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


    from 6219d19  [Caffe Frontend] Add support for Embed layer (#9257)
     add e9a66a1  [TIR] Add structural error printing for TensorIR (#9306)

No new revisions were added by this update.

Summary of changes:
 src/printer/text_printer.h                         |   3 +
 src/printer/tvmscript_printer.cc                   | 102 ++++++++++++++++++---
 src/tir/schedule/error.cc                          |  44 +++++----
 .../python/unittest/test_tvmscript_error_report.py |  73 +++++++++++++++
 4 files changed, 191 insertions(+), 31 deletions(-)