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 7e22bb98f3 disable tvmc pth tests for now
 discard da7553d5c3 tlcpackstaging -> tlcpack
 discard 47f0e006ee use link-static to prevent symbol conflict problem
 discard 01c857424a [CI] Update CPU image to install PyTorch
     add 5566c3e2b6 [COMMUNITY] Anirudh Sundar Subramaniam -> Committer (#14853)
     add b6d7ce6a8a [LLVM] Use Var annotation in LetStmt for pointer type 
(#14570)
     add 0274930e4a [microNPU][ETHOSU] Fix Softmax quantization parameters 
(#14774)
     add eb1ea972b3 [QNN] Implement 'qnn.softmax' (#14536)
     add 9d11d8de05 [CI] Update CPU image to install PyTorch
     add d2cfe15f6e use link-static to prevent symbol conflict problem
     add f42c0c6928 tlcpackstaging -> tlcpack
     add ddf2c212bd disable tvmc pth tests for now

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   (7e22bb98f3)
            \
             N -- N -- N   refs/heads/ci-cpu-pt (ddf2c212bd)

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:
 CONTRIBUTORS.md                                    |   1 +
 .../backend/contrib/ethosu/softmax_rewriter.py     |  28 ++--
 python/tvm/relay/op/__init__.py                    |   1 +
 python/tvm/relay/op/op.py                          |  21 +++
 python/tvm/relay/qnn/op/qnn.py                     |   4 +
 .../transform/fake_quantization_to_integer.py      |  18 ++-
 python/tvm/relay/transform/transform.py            |  11 +-
 src/relay/qnn/op/softmax.cc                        | 154 +++++++++++++++++++++
 .../transforms/fake_quantization_to_integer.cc     |  73 +++++++---
 src/relay/transforms/pattern_utils.h               |   4 +
 src/target/llvm/codegen_cpu.cc                     |  42 +++---
 src/target/llvm/codegen_llvm.cc                    |  23 ++-
 tests/python/contrib/test_ethosu/test_codegen.py   |   2 +-
 .../test_pass_fake_quantization_to_integer.py      |  48 +++++++
 14 files changed, 368 insertions(+), 62 deletions(-)
 create mode 100644 src/relay/qnn/op/softmax.cc

Reply via email to