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 2023/01/20 09:33:29 UTC

[tvm] branch main updated (5e36ae331c -> 8f80e42114)

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(-)