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

masahi pushed a change to branch ci-cpu-pt
in repository https://gitbox.apache.org/repos/asf/tvm.git


 discard 53fd329c58 tlcpackstaging -> tlcpack
 discard 84ee8c1b44 use link-static to prevent symbol conflict problem
 discard 8865ed42a6 [CI] Update CPU image to install PyTorch
     add 5eff44aea8 [Bugfix][Relay] Fix AdaptiveAvgPool2d about wrong dtype 
prasing (#14837)
     add 318f894f04 [TVMScript] Print Executor, Runtime, and FunctionInfo as 
metadata (#14840)
     add 9f0c642273 [Bugfix][TVMScript] Capture fails if var appears only in 
annotation (#14849)
     add 28c85f0dc2 [METAL] Fix vectorized select (#14846)
     add 9999114e70 [Codegen][OpenCL] fix amibiguous selection operator call 
(#14833)
     add 602133e6b9 [bugfix][Relay] Fix softplus in paddlepaddle frontend 
(#14845)
     add b4c1c3870f [CUDA] Fixed the call of the min function in the schedule 
for cuda (#14751)
     add 265c098fcb Add v0.12.0 docs (#14851)
     add 58434d16f0 [TFLite][Frontend] Generate name when tensor name is 
missing (#14819)
     add 01c857424a [CI] Update CPU image to install PyTorch
     add 47f0e006ee use link-static to prevent symbol conflict problem
     add da7553d5c3 tlcpackstaging -> tlcpack

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   (53fd329c58)
            \
             N -- N -- N   refs/heads/ci-cpu-pt (da7553d5c3)

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:
 docs/conf.py                                       |  2 +-
 python/tvm/relay/frontend/paddlepaddle.py          |  5 +-
 python/tvm/relay/frontend/pytorch.py               |  4 ++
 python/tvm/relay/frontend/tflite.py                |  9 ++-
 python/tvm/script/parser/core/entry.py             | 18 +++++-
 .../tvm/script/parser/core/error.py                | 16 +++---
 python/tvm/script/parser/core/evaluator.py         |  7 ++-
 python/tvm/script/parser/core/parser.py            |  8 ++-
 python/tvm/script/parser/tir/parser.py             | 52 ++++++++---------
 python/tvm/topi/cuda/scatter.py                    |  2 +-
 src/arith/const_int_bound.cc                       |  2 +
 src/script/printer/ir/relay.cc                     | 48 ++++++++++++++++
 src/target/source/codegen_metal.cc                 |  5 ++
 src/target/source/codegen_metal.h                  |  1 +
 src/target/source/codegen_opencl.cc                |  6 +-
 src/tir/transforms/flatten_buffer.cc               |  2 +
 src/tir/transforms/lower_intrin.cc                 | 10 ++--
 tests/python/contrib/test_cmsisnn/test_networks.py | 27 +++++++++
 tests/python/frontend/paddlepaddle/test_forward.py |  4 +-
 tests/python/frontend/pytorch/test_forward.py      |  3 +
 tests/python/relay/test_any.py                     | 23 ++++++++
 .../python/unittest/test_arith_const_int_bound.py  | 18 ++++++
 tests/python/unittest/test_target_codegen_metal.py | 46 +++++++++++----
 .../python/unittest/test_target_codegen_opencl.py  | 32 ++++++++---
 .../unittest/test_tvmscript_meta_programming.py    | 67 +++++++++++++++-------
 tests/scripts/request_hook/request_hook.py         |  1 +
 26 files changed, 318 insertions(+), 100 deletions(-)
 copy apps/sgx/Cargo.toml => python/tvm/script/parser/core/error.py (77%)
 create mode 100644 src/script/printer/ir/relay.cc

Reply via email to