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 9258b96 Migrate flake8 from workflow to lint script (#9062)
add cd15b79 [Meta Schedule][M3a] TuneContext (#9053)
No new revisions were added by this update.
Summary of changes:
include/tvm/meta_schedule/builder.h | 1 -
python/tvm/meta_schedule/__init__.py | 1 +
python/tvm/meta_schedule/tune_context.py | 101 +++++++++++++++++++++
src/meta_schedule/tune_context.cc | 64 +++++++++++++
src/meta_schedule/tune_context.h | 80 ++++++++++++++++
.../unittest/test_meta_schedule_tune_context.py | 57 ++++++++++++
tests/scripts/task_mypy.sh | 5 +-
7 files changed, 306 insertions(+), 3 deletions(-)
create mode 100644 python/tvm/meta_schedule/tune_context.py
create mode 100644 src/meta_schedule/tune_context.cc
create mode 100644 src/meta_schedule/tune_context.h
create mode 100644 tests/python/unittest/test_meta_schedule_tune_context.py