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 79e64ad8e0 [LLVM] Remove `using llvm::BasicBlock`, NFC (#11850)
add 12e8744cd1 Fix `std::locale("")` in profiling.cc (#11846)
add a6cbe0d13e [python][docs] fix docstring / comment typos (#11608)
add 1bdedfb466 [OpStrategy] Support MetaSchedule Layout (#11848)
No new revisions were added by this update.
Summary of changes:
python/tvm/auto_scheduler/cost_model/xgb_model.py | 10 +-
python/tvm/auto_scheduler/relay_integration.py | 3 -
python/tvm/auto_scheduler/task_scheduler.py | 12 +--
python/tvm/meta_schedule/__init__.py | 4 +-
python/tvm/meta_schedule/relay_integration.py | 14 +++
python/tvm/relay/op/strategy/arm_cpu.py | 13 ++-
python/tvm/relay/op/strategy/cuda.py | 32 +++++-
python/tvm/relay/op/strategy/generic.py | 53 +++++++++-
python/tvm/relay/op/strategy/mali.py | 113 +++++++++++++++-------
python/tvm/relay/op/strategy/x86.py | 110 +++++++++++++++------
src/runtime/profiling.cc | 6 +-
11 files changed, 274 insertions(+), 96 deletions(-)