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 2020/10/07 19:15:02 UTC

[incubator-tvm] branch master updated (1c85047 -> e4b47a6)

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

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


    from 1c85047  [apps/bundle_deploy] Link demo_* targets with LDFLAGS and also with -lm. (#6636)
     add e4b47a6  Add qemu build step to CI (#6644)

No new revisions were added by this update.

Summary of changes:
 Jenkinsfile                                                 | 13 +++++++++++++
 ...{task_config_build_wasm.sh => task_config_build_qemu.sh} |  8 +-------
 .../__init__.py => tests/scripts/task_python_microtvm.sh    |  4 ++++
 3 files changed, 18 insertions(+), 7 deletions(-)
 copy tests/scripts/{task_config_build_wasm.sh => task_config_build_qemu.sh} (77%)
 copy python/tvm/contrib/debugger/__init__.py => tests/scripts/task_python_microtvm.sh (96%)
 mode change 100644 => 100755