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

mbrookhart pushed a change to branch ci-docker-staging
in repository https://gitbox.apache.org/repos/asf/tvm.git.


 discard 843d1c4  Merge branch 'main' into onnx_cpu_tests
 discard 9fc03b9  Change jenkinsfile
 discard 5d0afb0  Add uses_gpu to onnx node tests
 discard 2b93e2e  add onnx to CPU tests
 discard bd6ba1f  See if this fixes CI problem
     add 1141709  Fix 8093, Enhance Buffer Index Simplify (#8204)
     add 1a1be09  [Refactor] Remove scope attribute from Buffer class (#8463)
     add dbdfc44  Enable ONNX tests that needed onnxruntime 1.7.0 (#8502)
     add 78142b6  Organize the CodeOwners file: (#8512)
     add eacc2cb  [TIR] Bugfix for zero number arguments tir functions. (#8515)
     add e8c7f67  [Relay] Fix bug in test_op_level3 (#8508)
     add 7189a1a  See if this fixes CI problem
     add 75ca940  add onnx to CPU tests
     add 2d5ca7f  Add uses_gpu to onnx node tests
     add 80f7d82  Merge jenkinsfile

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   (843d1c4)
            \
             N -- N -- N   refs/heads/ci-docker-staging (80f7d82)

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:
 .github/CODEOWNERS                          | 154 +++++++++++++++++-----------
 include/tvm/tir/buffer.h                    |  15 +--
 include/tvm/topi/detail/extern.h            |   2 +-
 python/tvm/script/special_stmt.py           |   2 +-
 python/tvm/tir/buffer.py                    |  10 +-
 python/tvm/tir/transform/transform.py       |   5 +-
 src/driver/driver_api.cc                    |   4 +-
 src/printer/tir_text_printer.cc             |   4 +-
 src/printer/tvmscript_printer.cc            |   4 +-
 src/tir/ir/buffer.cc                        |  40 +++++---
 src/tir/schedule/state.cc                   |   4 +-
 src/tir/transforms/arg_binder.cc            |   2 +-
 src/tir/transforms/bf16_legalize.cc         |   4 +-
 src/tir/transforms/compact_buffer_region.cc |   2 +-
 src/tir/transforms/flatten_buffer.cc        |   5 +-
 src/tir/transforms/inject_copy_intrin.cc    |   6 +-
 src/tir/transforms/make_packed_api.cc       |  15 ++-
 src/tir/transforms/storage_flatten.cc       |   4 +-
 tests/python/frontend/onnx/test_forward.py  |  84 +++++++--------
 tests/python/relay/test_op_level3.py        |   2 +-
 tests/python/unittest/test_tir_base.py      |  11 ++
 tests/python/unittest/test_tir_buffer.py    |  17 +++
 vta/python/vta/transform.py                 |  22 ++--
 23 files changed, 251 insertions(+), 167 deletions(-)

Reply via email to