This is an automated email from the ASF dual-hosted git repository.
kparzysz pushed a change to branch main
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(-)