This is an automated email from the ASF dual-hosted git repository.
junrushao pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from 8f39da1 Complete docs. (#9070)
add 4c8531d [Meta Schedule][M3c] Argument Info (#9059)
No new revisions were added by this update.
Summary of changes:
include/tvm/meta_schedule/arg_info.h | 111 +++++++++++++++++++
include/tvm/runtime/container/map.h | 10 +-
python/tvm/meta_schedule/__init__.py | 1 +
python/tvm/meta_schedule/arg_info.py | 106 ++++++++++++++++++
python/tvm/meta_schedule/utils.py | 33 +++++-
python/tvm/runtime/__init__.py | 2 +-
src/meta_schedule/arg_info.cc | 122 +++++++++++++++++++++
src/meta_schedule/utils.h | 3 +
src/support/array.h | 83 +++++++++++++-
.../python/unittest/test_meta_schedule_arg_info.py | 71 ++++++++++++
10 files changed, 538 insertions(+), 4 deletions(-)
create mode 100644 include/tvm/meta_schedule/arg_info.h
create mode 100644 python/tvm/meta_schedule/arg_info.py
create mode 100644 src/meta_schedule/arg_info.cc
create mode 100644 tests/python/unittest/test_meta_schedule_arg_info.py