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

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


 discard e565d3a5d0 build and test with img
 discard 6e8f32010c try different signature
 discard 31911ddda1 move pack/unpack earlier
 discard 6b71dc50b3 remove arch
 discard 3547359276 fix jenkinsfile
 discard 00eff20d07 downgrade black due to tensorflow-gpu
 discard c47f5474fb freeze py deps
 discard cd62344356 Update jenkinsfile
 discard d8ff9c7410 Add lint deps
 discard 3017139b28 Adjust Dockerfile python installs
 discard 66cdf907b4 point caffe install script at proper venv
 discard c5a212ed98 Add mxnet to gen_requirements.
 discard 7d722ca3e3 Remove per-arch base images and use ci_py_venv instead.
 discard f135506d34 more jenkinsfile fixes
 discard dba0aed37d fix build tag x2
 discard 2767201a0d regenerate Jenkinsfile
 discard 4be33f7007 fix build tag
 discard cc40cb29d1 fixup! Rename i386 to x86
 discard 72eaf97d48 fixup! Rename arm to aarch64, add bootstrap requirements.
 discard 1d15d5ab16 Rename i386 to x86
 discard 8fa5e6c964 Rename arm to aarch64, add bootstrap requirements.
 discard e9ce834f3a no tty
 discard 34146a47ee deal with % in BUILD_TAG
 discard 157505b03c don't need --platform anymore
 discard 2340497df9 jenkinsfile fixes
 discard c07a226081 Fix unbound variable error
 discard b08857c481 build arch images in Jenkins
 discard ca4adff6fd make rebuild-images flow build base images
 discard 731b05b661 check in more artifacts
 discard 53dfdea8e8 changes to dockerfile and pyproject
 discard 143b791c1c infra changes
 discard 5df483f8be modify install scripts
 discard 295ef4ad52 checking in example artifacts
 discard 0d09c282e3 making some progress
     add 82086ed6bf [docs][microtvm] fix command path in microTVM Reference 
Virtual Machines Running Tests documentation (#11333)
     add 1c63c3db86 [Runtime][ThreadPool] Enhance CPU Affinity configuration 
for OpenMP case. (#11343)
     add 2f7d732972 [BYOC] Threadsafe initialization of JSONRuntime module 
(#11339)
     add 9b66f66f63 [build] Fix/simplify `ccache` logic (#11189)
     add 1bde845814 [ci] Use r5.large nodes for hexagon build and some tests 
(#11120)
     add 0705bd7650 [Hexagon][Docker] Update image version (#11332)
     add 0e2f869eea logsoftmax reusing the softmax function (#11141)
     new 7242648c98 making some progress
     new 40dcec9a2f checking in example artifacts
     new 3c1b5bc21c modify install scripts
     new 85a6da6ddb infra changes
     new fdc4858e9f changes to dockerfile and pyproject
     new 7c3c30324b check in more artifacts
     new 4676f25337 make rebuild-images flow build base images
     new 215a062578 build arch images in Jenkins
     new 91e08266c1 Fix unbound variable error
     new 2bb3498df8 jenkinsfile fixes
     new 794136a9a1 don't need --platform anymore
     new 7bcdb5ba1c deal with % in BUILD_TAG
     new 3df897c2c2 no tty
     new fa286b84e8 Rename arm to aarch64, add bootstrap requirements.
     new a04e9dfd02 Rename i386 to x86
     new 126cc2be58 fixup! Rename arm to aarch64, add bootstrap requirements.
     new baf8578a40 fixup! Rename i386 to x86
     new ffdf5e6515 fix build tag
     new 29a50687a0 regenerate Jenkinsfile
     new 15657c3196 fix build tag x2
     new b084ec9282 more jenkinsfile fixes
     new c0be8ee2fb Remove per-arch base images and use ci_py_venv instead.
     new f67426da7e Add mxnet to gen_requirements.
     new b30c07c311 point caffe install script at proper venv
     new 7de708d030 Adjust Dockerfile python installs
     new 57d0aa1764 Add lint deps
     new 22cc9cf441 Update jenkinsfile
     new 830442f179 freeze py deps
     new 88359a349c downgrade black due to tensorflow-gpu
     new cdcea9aff8 fix jenkinsfile
     new fb1df966a1 remove arch
     new 0344b801df move pack/unpack earlier
     new f9aa327b84 try different signature
     new ef579329c3 build and test with img

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (e565d3a5d0)
            \
             N -- N -- N   refs/heads/areusch/freeze-dependencies (ef579329c3)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 34 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CMakeLists.txt                                     | 29 ------------
 Jenkinsfile                                        | 22 ++++-----
 apps/hexagon_api/CMakeLists.txt                    |  7 +++
 cmake/config.cmake                                 | 12 -----
 docs/install/from_source.rst                       | 16 ++++++-
 .../work_with_microtvm/micro_reference_vm.py       |  6 +--
 jenkins/Jenkinsfile.j2                             | 23 +++++----
 python/tvm/relay/frontend/onnx.py                  | 25 +++-------
 src/runtime/contrib/json/json_runtime.h            |  9 +++-
 src/runtime/thread_pool.cc                         | 55 ++++++++++++++++++++++
 tests/cpp/threading_backend_test.cc                |  2 +-
 tests/scripts/ci.py                                | 14 ++++--
 tests/scripts/task_build.py                        | 12 +++--
 tests/scripts/task_config_build_hexagon.sh         |  2 +-
 tests/scripts/task_lint.sh                         |  3 --
 15 files changed, 137 insertions(+), 100 deletions(-)

Reply via email to