You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by tq...@apache.org on 2021/05/18 13:27:27 UTC

[tvm] branch main updated (365484e -> c510c2b)

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

tqchen pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.


    from 365484e  allow module exits without del (#8063)
     add c510c2b  [IR] Add storage scope to PointerType (#8017)

No new revisions were added by this update.

Summary of changes:
 include/tvm/ir/type.h                         | 12 ++++++++++--
 python/tvm/ir/type.py                         |  7 +++++--
 src/ir/type.cc                                | 13 +++++++++----
 src/ir/type_functor.cc                        |  2 +-
 src/printer/tir_text_printer.cc               |  6 +++++-
 src/printer/tvmscript_printer.cc              |  6 +++++-
 tests/python/unittest/test_tir_constructor.py |  9 +++++++++
 tests/python/unittest/test_tir_nodes.py       | 12 ++++++++++++
 8 files changed, 56 insertions(+), 11 deletions(-)