You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by gi...@apache.org on 2022/09/17 23:37:37 UTC

[tvm] branch last-successful updated (e92f5d43f3 -> 1ecf084eec)

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

github-bot pushed a change to branch last-successful
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from e92f5d43f3 [BugFix][TIR] Fix Buffer LCA Detector (#12819)
     add 1ecf084eec [TVMScript] Add more helper functions to the printer infra  (#12829)

No new revisions were added by this update.

Summary of changes:
 include/tvm/script/printer/doc.h                   | 64 +++++++++++++++
 include/tvm/script/printer/traced_object_functor.h | 37 +--------
 include/tvm/script/printer/var_table.h             | 11 +++
 src/script/printer/doc.cc                          | 30 +++++--
 src/script/printer/ir_docsifier.cc                 |  2 +-
 src/script/printer/utils.h                         | 93 ++++++++++++++++++++++
 src/script/printer/var_table.cc                    |  3 +-
 tests/cpp/tvmscript_printer_irdocsifier_test.cc    | 13 ++-
 ...tvmscript_printer_traced_object_functor_test.cc | 37 +++++----
 9 files changed, 228 insertions(+), 62 deletions(-)
 create mode 100644 src/script/printer/utils.h