You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ar...@apache.org on 2022/09/15 21:02:30 UTC

[tvm] branch main updated (9b1042585e -> f5517d4a08)

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

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


    from 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)

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 --
 10 files changed, 171 insertions(+), 63 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