You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by gi...@apache.org on 2022/09/16 00:53:39 UTC

[tvm] branch last-successful updated (1f8b5dec29 -> c9002509f6)

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

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


    from 1f8b5dec29 [TIR, Schedule] Add schedule primitive PadEinsum (#12750)
     add 9b1042585e [Arith] Simplify nested if_then_else (#12749)
     add f5517d4a08 [Docker][CI][RISC-V] Build riscv-isa-sim (spike) in ci_riscv Docker image to enable RISC-V unit testing (#12534)
     add c9002509f6 [Target] Print deprecation warning before canonicalisation in build module (#12747)

No new revisions were added by this update.

Summary of changes:
 docker/Dockerfile.ci_cortexm                       |  6 --
 docker/Dockerfile.ci_riscv                         | 24 ++++++-
 .../install/ubuntu_download_csinn2_compute_lib.sh  | 20 +++---
 ...sis.sh => ubuntu_download_xuantie_gcc_linux.sh} | 31 +++++----
 ...is.sh => ubuntu_download_xuantie_gcc_newlib.sh} | 31 +++++----
 ...ll_cmsis.sh => ubuntu_download_xuantie_qemu.sh} | 30 ++++----
 docker/install/ubuntu_install_arduino.sh           |  1 -
 docker/install/ubuntu_install_core.sh              |  5 ++
 docker/install/ubuntu_install_spike_sim.sh         | 81 ++++++++++++++++++++++
 docker/install/ubuntu_install_zephyr.sh            |  5 --
 python/tvm/driver/build_module.py                  |  4 +-
 src/arith/rewrite_simplify.cc                      | 20 ++++++
 .../python/unittest/test_arith_rewrite_simplify.py | 10 +++
 13 files changed, 203 insertions(+), 65 deletions(-)
 copy docker/install/{ubuntu_install_cmsis.sh => ubuntu_download_xuantie_gcc_linux.sh} (60%)
 copy docker/install/{ubuntu_install_cmsis.sh => ubuntu_download_xuantie_gcc_newlib.sh} (60%)
 copy docker/install/{ubuntu_install_cmsis.sh => ubuntu_download_xuantie_qemu.sh} (60%)
 create mode 100755 docker/install/ubuntu_install_spike_sim.sh