You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by gi...@apache.org on 2022/07/22 07:24:15 UTC

[tvm] branch last-successful updated (8c42a83361 -> 4a94a94dfc)

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 8c42a83361 [arith][BugFix] Fix simplify input PrimExpr of DetectClipBound (#12150)
     add 4a94a94dfc fix T.Ptr[T.void] for packed api roundtrip (#12118)

No new revisions were added by this update.

Summary of changes:
 python/tvm/_ffi/base.py                           | 2 +-
 python/tvm/script/tir/__init__.py                 | 2 +-
 python/tvm/script/tir/ty.py                       | 8 ++++++++
 src/printer/tvmscript_printer.cc                  | 7 ++++++-
 tests/python/unittest/test_tvmscript_roundtrip.py | 9 +++++++++
 5 files changed, 25 insertions(+), 3 deletions(-)