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/19 16:45:56 UTC

[tvm] branch last-successful updated (342fbea84e -> 7bf5fa449c)

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 342fbea84e [CMSIS-NN] Fix typo in EmitPool2D (#11702)
     add 7bf5fa449c [Target] Add "features" property to Target (#12121)

No new revisions were added by this update.

Summary of changes:
 include/tvm/target/target.h                 | 40 +++++++++++++++++++++++++++++
 python/tvm/_ffi/runtime_ctypes.py           |  1 +
 python/tvm/target/target.py                 | 12 +++++++++
 src/target/target.cc                        | 11 ++++++++
 src/target/target_kind.cc                   | 14 ++++++++++
 tests/cpp/target_test.cc                    | 22 +++++++++++++++-
 tests/python/unittest/test_target_target.py | 10 ++++++++
 7 files changed, 109 insertions(+), 1 deletion(-)