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 5e36ae331c [TIR][Schedule] Improve cache_index to cache common
subexpressions (#13700)
add 8f80e42114 [TVMScript] `T.allocate` with `T.decl_buffer` syntax sugar
for TVMScript printer (#13813)
No new revisions were added by this update.
Summary of changes:
src/script/printer/tir/function.cc | 43 +---------
src/script/printer/tir/stmt.cc | 24 ++++++
src/script/printer/tir/utils.h | 45 +++++++++++
.../python/unittest/test_tvmscript_printer_tir.py | 92 ++++++++++++----------
4 files changed, 119 insertions(+), 85 deletions(-)