This is an automated email from the ASF dual-hosted git repository. zhaowu pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git.
from 24cd869 [COMMUNITY] @jcf94 -> Committer (#7141) add 98ca771 [Auto Scheduler] Mali Support (#7132) No new revisions were added by this update. Summary of changes: python/tvm/auto_scheduler/relay_integration.py | 8 +- python/tvm/relay/op/strategy/mali.py | 55 ++++++++ python/tvm/topi/mali/conv2d.py | 75 ++++++++--- python/tvm/topi/nn/conv2d.py | 13 +- src/auto_scheduler/search_policy/sketch_policy.cc | 65 ++++++---- src/auto_scheduler/search_task.cc | 16 +++ src/relay/backend/build_module.cc | 5 +- .../{tune_network_x86.py => tune_network_mali.py} | 138 +++++++++++++-------- 8 files changed, 278 insertions(+), 97 deletions(-) copy tutorials/auto_scheduler/{tune_network_x86.py => tune_network_mali.py} (76%)