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/05/10 05:56:22 UTC

[tvm] branch main updated (afa1f63ea5 -> 3829ebb68c)

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 afa1f63ea5 [TIR] Improved parameter name in DLTensor unpacking error messages (#14776)
     add 3829ebb68c [TVMScript] Handle AllocatedPoolInfo, ConstantPoolInfo, ConstantInfo (#14812)

No new revisions were added by this update.

Summary of changes:
 include/tvm/tir/usmp/utils.h   |  2 +-
 python/tvm/ir/memory_pools.py  |  2 +-
 src/script/printer/tir/usmp.cc | 58 ++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 60 insertions(+), 2 deletions(-)
 create mode 100644 src/script/printer/tir/usmp.cc