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 d490620085 [Hexagon][CI] Re-enable Hexagon tests in CI (#11613)
add 52d90da1d3 [MetaSchedule] TuningRecord Optional Arguments (#11598)
add f5f9600614 [docs] Various content corrections (#11517)
No new revisions were added by this update.
Summary of changes:
gallery/how_to/deploy_models/deploy_sparse.py | 8 ++--
.../how_to/extend_tvm/bring_your_own_datatypes.py | 2 +-
gallery/how_to/extend_tvm/low_level_custom_pass.py | 2 +-
gallery/how_to/extend_tvm/use_pass_infra.py | 8 ++--
gallery/how_to/extend_tvm/use_pass_instrument.py | 4 +-
gallery/how_to/optimize_operators/opt_conv_cuda.py | 2 +-
.../optimize_operators/opt_conv_tensorcore.py | 2 +-
gallery/how_to/optimize_operators/opt_gemm.py | 4 +-
.../how_to/tune_with_autotvm/tune_conv2d_cuda.py | 2 +-
gallery/how_to/work_with_relay/build_gcn.py | 2 +-
gallery/how_to/work_with_relay/using_relay_viz.py | 6 +--
gallery/how_to/work_with_schedules/extern_op.py | 4 +-
gallery/how_to/work_with_schedules/intrin_math.py | 2 +-
gallery/how_to/work_with_schedules/scan.py | 2 +-
gallery/tutorial/auto_scheduler_matmul_x86.py | 4 +-
gallery/tutorial/autotvm_matmul_x86.py | 14 +++---
gallery/tutorial/intro_topi.py | 3 +-
gallery/tutorial/tensor_expr_get_started.py | 8 ++--
gallery/tutorial/tensor_ir_blitz_course.py | 6 +--
include/tvm/meta_schedule/database.h | 17 +++----
python/tvm/meta_schedule/database/database.py | 26 +++++------
python/tvm/meta_schedule/testing/utils.py | 2 +-
src/meta_schedule/database/database.cc | 54 ++++++++++++++--------
src/meta_schedule/database/json_database.cc | 4 +-
.../measure_callback/add_to_database.cc | 2 +-
.../python/unittest/test_meta_schedule_database.py | 26 +++++------
.../unittest/test_meta_schedule_integration.py | 2 +-
.../unittest/test_meta_schedule_tune_relay.py | 2 +-
28 files changed, 117 insertions(+), 103 deletions(-)