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

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


 discard 92784f415a [ci][docker] Nightly Docker image update
     add 71f32ca4e8 [MetaSchedule][UX] Support Interactive Performance Table 
Printing in Notebook (#13006)
     add ec5c692148 Add include directory for OpenBLAS on RedHat (#13087)
     add 5e862d4e41 [Frontend][PyTorch]Fix keywords to canonicalize scale and 
zero point access for FX-quantized graphs (#13071)
     add ab5fca3384 [ci][docker] Nightly Docker image update

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   (92784f415a)
            \
             N -- N -- N   refs/heads/nightly-docker-update (ab5fca3384)

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.

No new revisions were added by this update.

Summary of changes:
 Jenkinsfile                                        | 20 ++++++------
 ci/jenkins/Jenkinsfile.j2                          | 20 ++++++------
 cmake/modules/contrib/BLAS.cmake                   |  5 +++
 include/tvm/meta_schedule/task_scheduler.h         |  4 +--
 python/tvm/meta_schedule/logging.py                | 24 +++++++++------
 .../meta_schedule/task_scheduler/task_scheduler.py | 12 ++------
 python/tvm/meta_schedule/utils.py                  | 34 +++++++++++++++++++-
 python/tvm/relay/frontend/qnn_torch.py             |  4 +--
 src/meta_schedule/task_scheduler/gradient_based.cc |  3 +-
 src/meta_schedule/task_scheduler/task_scheduler.cc | 29 +++++++++--------
 src/meta_schedule/utils.h                          | 36 +++++++++++++---------
 11 files changed, 120 insertions(+), 71 deletions(-)

Reply via email to