This is an automated email from the ASF dual-hosted git repository.
lmzheng pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.
from 39cd612 [Relay][Training] Add more missing gradients (#6767)
add 8e6481e [FIX][AUTOTVM] Make autotvm work with spawn (#6790)
No new revisions were added by this update.
Summary of changes:
python/tvm/autotvm/task/task.py | 14 +++---
python/tvm/autotvm/tuner/xgboost_cost_model.py | 50 ++++++++++++++++------
tests/python/unittest/test_autotvm_index_tuner.py | 14 ++++++
tests/python/unittest/test_autotvm_measure.py | 15 +++++++
.../python/unittest/test_autotvm_xgboost_model.py | 15 +++++++
tutorials/auto_scheduler/tune_conv2d_layer_cuda.py | 4 ++
tutorials/auto_scheduler/tune_matmul_x86.py | 4 ++
tutorials/autotvm/tune_conv2d_cuda.py | 4 ++
tutorials/autotvm/tune_relay_arm.py | 4 ++
tutorials/autotvm/tune_relay_cuda.py | 4 ++
tutorials/autotvm/tune_relay_mobile_gpu.py | 4 ++
tutorials/autotvm/tune_relay_x86.py | 4 ++
tutorials/autotvm/tune_simple_template.py | 4 ++
13 files changed, 121 insertions(+), 19 deletions(-)