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/08/12 06:06:16 UTC

[tvm] branch last-successful updated (3cb57d20a0 -> 702cb43f0b)

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 3cb57d20a0 [TVMScript] Printer Frame (#12366)
     add e3e65ce581 Add Python function to get type index by class (#12393)
     add 702cb43f0b [Target] Fix C5 Target Tag to Include CascadeLake Archs (#12385)

No new revisions were added by this update.

Summary of changes:
 python/tvm/_ffi/__init__.py        |  2 +-
 python/tvm/_ffi/_ctypes/object.py  | 11 ++++++++++-
 python/tvm/_ffi/_cython/object.pxi |  8 +++++++-
 python/tvm/_ffi/registry.py        | 21 +++++++++++++++++++--
 src/target/tag.cc                  | 23 +++++++++++------------
 5 files changed, 48 insertions(+), 17 deletions(-)