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 036aa722ae [TIR] Add pass ManifestSharedMemoryLocalStage (#12355)
     add d33a332283 [TVMScript] Printer VarTable (#12336)

No new revisions were added by this update.

Summary of changes:
 include/tvm/script/printer/var_table.h             | 144 +++++++++++++++++++
 python/tvm/script/printer/var_table.py             | 118 +++++++++++++++
 src/script/printer/var_table.cc                    | 108 ++++++++++++++
 tests/cpp/tvmscript_printer_var_table_test.cc      | 158 +++++++++++++++++++++
 .../unittest/test_tvmscript_printer_var_table.py   |  89 ++++++++++++
 5 files changed, 617 insertions(+)
 create mode 100644 include/tvm/script/printer/var_table.h
 create mode 100644 python/tvm/script/printer/var_table.py
 create mode 100644 src/script/printer/var_table.cc
 create mode 100644 tests/cpp/tvmscript_printer_var_table_test.cc
 create mode 100644 tests/python/unittest/test_tvmscript_printer_var_table.py

Reply via email to