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/08/12 01:35:52 UTC

[tvm] branch last-successful updated (7e1444111e -> de12486271)

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 7e1444111e [skip ci][ci] Fix Jenkinsfile (#12387)
     add 99f5e921a5 Update C++ standard to C++17 (#12337)
     add de12486271 [ci][docker] Tag tlcpackstaging images to tlcpack (#11832)

No new revisions were added by this update.

Summary of changes:
 CMakeLists.txt                                     |  14 +-
 Jenkinsfile                                        | 285 ++++++++++++++++-----
 .../android_camera/app/src/main/jni/Application.mk |   2 +-
 .../android_deploy/app/src/main/jni/Application.mk |   2 +-
 apps/android_rpc/app/src/main/jni/Application.mk   |   2 +-
 apps/bundle_deploy/Makefile                        |   2 +-
 apps/dso_plugin_module/Makefile                    |   2 +-
 apps/extension/Makefile                            |   2 +-
 apps/howto_deploy/Makefile                         |   2 +-
 apps/howto_deploy/tvm_runtime_pack.cc              |   2 +-
 apps/rocm_rpc/Makefile                             |   2 +-
 apps/tf_tvmdsoop/CMakeLists.txt                    |   2 +-
 ci/jenkins/Deploy.groovy.j2                        |  63 ++++-
 ci/jenkins/macros.j2                               |  16 ++
 conda/build-environment.yaml                       |   2 +-
 conda/recipe/build.sh                              |   6 +-
 conda/recipe/meta.yaml                             |   6 +-
 golang/Makefile                                    |   2 +-
 python/setup.py                                    |   2 +-
 19 files changed, 318 insertions(+), 98 deletions(-)