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

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


    from 6159b8e  [Topi][Op][PyTorch][Vitas] Fix inconsistent kernel layout 
conventions for conv2d_transpose (#9336)
     add 137def8  [TARGET] Move target_host usage to new target style. (#9497)

No new revisions were added by this update.

Summary of changes:
 apps/android_camera/models/prepare_model.py          |  2 +-
 apps/android_rpc/tests/android_rpc_test.py           |  4 ++--
 apps/benchmark/arm_cpu_imagenet_bench.py             |  2 +-
 apps/benchmark/mobile_gpu_imagenet_bench.py          |  2 +-
 apps/hexagon_launcher/README.md                      | 18 +++++++++---------
 apps/ios_rpc/tests/ios_rpc_mobilenet.py              |  4 +++-
 apps/ios_rpc/tests/ios_rpc_test.py                   |  2 +-
 apps/topi_recipe/gemm/android_gemm_square.py         |  2 +-
 docs/how_to/deploy/bnns.rst                          |  2 +-
 docs/how_to/deploy/hls.rst                           |  5 ++---
 golang/sample/deploy.py                              |  3 +--
 jvm/README.md                                        |  2 +-
 jvm/core/src/test/scripts/test_add_cpu.py            |  2 +-
 jvm/core/src/test/scripts/test_add_gpu.py            |  2 +-
 python/tvm/auto_scheduler/relay_integration.py       |  6 ++++++
 python/tvm/autotvm/task/relay_integration.py         |  6 ++++++
 python/tvm/driver/build_module.py                    |  9 ++++++++-
 python/tvm/relay/backend/vm.py                       | 17 +++++++++++++++++
 python/tvm/relay/build_module.py                     | 20 ++++++++++++++++----
 rust/tvm/tests/basics/src/tvm_add.py                 |  2 +-
 tests/python/contrib/test_bnns/infrastructure.py     |  2 +-
 .../python/contrib/test_bnns/test_onnx_topologies.py |  2 +-
 tests/python/contrib/test_hexagon/infrastructure.py  |  4 +++-
 tests/python/frontend/caffe/test_forward.py          |  3 +--
 tests/python/frontend/tensorflow2/common.py          |  6 ++++--
 tests/python/relay/aot/aot_test_utils.py             |  3 +--
 .../unittest/test_micro_model_library_format.py      |  4 +---
 tests/python/unittest/test_target_codegen_hexagon.py |  2 +-
 vta/scripts/tune_conv2d_transpose.py                 |  3 +--
 vta/scripts/tune_resnet.py                           | 11 +++++++----
 vta/tests/python/integration/test_benchmark_gemm.py  |  7 ++++++-
 .../python/integration/test_benchmark_topi_conv2d.py | 10 ++++++++--
 .../python/integration/test_benchmark_topi_dense.py  | 10 ++++++++--
 .../integration/test_benchmark_topi_group_conv2d.py  | 10 ++++++++--
 vta/tests/python/unittest/test_vta_insn.py           | 16 +++++++++-------
 vta/tutorials/autotvm/tune_alu_vta.py                |  3 +--
 vta/tutorials/frontend/deploy_classification.py      |  4 ++--
 vta/tutorials/frontend/deploy_detection.py           |  4 +++-
 vta/tutorials/matrix_multiply.py                     |  4 +++-
 vta/tutorials/optimize/convolution_opt.py            |  4 +++-
 vta/tutorials/optimize/matrix_multiply_opt.py        |  4 +++-
 vta/tutorials/vta_get_started.py                     |  4 +++-
 web/tests/python/webgpu_rpc_test.py                  |  7 ++++---
 43 files changed, 162 insertions(+), 77 deletions(-)

Reply via email to