This is an automated email from the ASF dual-hosted git repository.
jroesch pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from f74dac7 Bump ci-cpu and ci-arm container versions. (#7745)
add 14f829a [docs] Getting Started with TVM: AutoTVM and Matrix Multiply
(#7643)
No new revisions were added by this update.
Summary of changes:
docs/conf.py | 1 +
tutorials/autotvm/tune_simple_template.py | 336 --------------------------
tutorials/get_started/autotvm_matmul.py | 376 ++++++++++++++++++++++++++++++
3 files changed, 377 insertions(+), 336 deletions(-)
delete mode 100644 tutorials/autotvm/tune_simple_template.py
create mode 100644 tutorials/get_started/autotvm_matmul.py