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

github-bot pushed a change to branch nightly
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from 274c368dba [Bugfix][Transform] Keep private non-primitive functions in 
FuseTIR (#16565)
     add 1a01102f87 [Doc] Remove MxNet related tutorials (#16572)
     add 67bd739bed [MISC] Fix compile warnings (#16571)
     add daa37e7e95 [Relax][VM] Re-implementation of callback functions (#16573)

No new revisions were added by this update.

Summary of changes:
 apps/benchmark/adreno/adreno_gpu_bench_clml.py     |  11 -
 apps/benchmark/adreno/adreno_gpu_bench_texture.py  |  11 -
 apps/benchmark/util.py                             |  11 -
 docs/conf.py                                       |   1 -
 gallery/how_to/compile_models/from_mxnet.py        | 153 ------
 .../how_to/deploy_models/deploy_model_on_nano.py   |  30 +-
 .../how_to/deploy_models/deploy_model_on_rasp.py   |  32 +-
 gallery/how_to/deploy_models/deploy_quantized.py   | 172 -------
 .../how_to/extend_tvm/bring_your_own_datatypes.py  | 415 ----------------
 .../tune_with_autoscheduler/tune_network_arm.py    |  23 +-
 .../tune_with_autoscheduler/tune_network_cuda.py   |  20 +-
 .../tune_with_autoscheduler/tune_network_mali.py   |  19 +-
 .../tune_with_autoscheduler/tune_network_x86.py    |  31 +-
 gallery/how_to/tune_with_autotvm/tune_relay_arm.py |  11 -
 .../how_to/tune_with_autotvm/tune_relay_cuda.py    |  11 -
 .../tune_with_autotvm/tune_relay_mobile_gpu.py     |  11 -
 gallery/how_to/tune_with_autotvm/tune_relay_x86.py |  11 -
 include/tvm/node/script_printer.h                  |   2 +
 include/tvm/runtime/relax_vm/bytecode.h            |  28 +-
 src/relax/backend/vm/codegen_vm.cc                 |  10 +-
 src/relax/backend/vm/exec_builder.cc               |  20 +-
 src/runtime/relax_vm/bytecode.cc                   |  11 -
 src/runtime/relax_vm/executable.cc                 |   8 -
 src/runtime/relax_vm/vm.cc                         |  39 +-
 src/target/source/codegen_webgpu.h                 |   5 +-
 vta/scripts/tune_resnet.py                         | 377 ---------------
 vta/tutorials/autotvm/README.txt                   |   2 -
 vta/tutorials/autotvm/tune_alu_vta.py              | 345 -------------
 vta/tutorials/autotvm/tune_relay_vta.py            | 538 ---------------------
 vta/tutorials/frontend/deploy_classification.py    | 313 ------------
 30 files changed, 76 insertions(+), 2595 deletions(-)
 delete mode 100644 gallery/how_to/compile_models/from_mxnet.py
 delete mode 100644 gallery/how_to/deploy_models/deploy_quantized.py
 delete mode 100644 gallery/how_to/extend_tvm/bring_your_own_datatypes.py
 delete mode 100644 vta/scripts/tune_resnet.py
 delete mode 100644 vta/tutorials/autotvm/README.txt
 delete mode 100644 vta/tutorials/autotvm/tune_alu_vta.py
 delete mode 100644 vta/tutorials/autotvm/tune_relay_vta.py
 delete mode 100644 vta/tutorials/frontend/deploy_classification.py

Reply via email to