You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by tq...@apache.org on 2021/01/13 00:04:43 UTC

[tvm] branch main updated (4364386 -> b5a7de8)

This is an automated email from the ASF dual-hosted git repository.

tqchen pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.


    from 4364386  Add op_name in error message for Pool (#7243)
     add b5a7de8  Remove check_correctness in AutoTVM, which is busted (#7250)

No new revisions were added by this update.

Summary of changes:
 python/tvm/autotvm/measure/measure_methods.py      | 60 ++++------------------
 tests/python/unittest/test_autotvm_measure.py      | 28 ----------
 vta/scripts/tune_conv2d.py                         |  2 +-
 vta/scripts/tune_conv2d_transpose.py               |  2 +-
 vta/scripts/tune_dense.py                          |  2 +-
 vta/scripts/tune_group_conv2d.py                   |  2 +-
 vta/scripts/tune_resnet.py                         |  2 +-
 .../python/integration/test_benchmark_gemm.py      | 23 ++++-----
 vta/tutorials/autotvm/tune_relay_vta.py            |  2 +-
 9 files changed, 26 insertions(+), 97 deletions(-)