You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by an...@apache.org on 2022/04/05 16:53:20 UTC

[tvm] branch main updated (64dd05b0c0 -> 5ec061f976)

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

andrewzhaoluo pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from 64dd05b0c0 [microNPU] Flatten after allocates have been removed in HoistAllocates pass (#10890)
     add 5ec061f976 [QNN] Add per-channel quantization to add/subtract/multiply (#10718)

No new revisions were added by this update.

Summary of changes:
 include/tvm/relay/qnn/attrs.h                      |  19 +++
 python/tvm/relay/op/op_attrs.py                    |   5 +
 python/tvm/relay/qnn/op/qnn.py                     |  63 +++++++++-
 .../transform/fake_quantization_to_integer.py      |   2 +
 src/relay/qnn/op/add.cc                            |  10 +-
 src/relay/qnn/op/mul.cc                            | 138 +++++++++++++++------
 src/relay/qnn/op/op_common.h                       |  76 ++++++++++--
 src/relay/qnn/op/subtract.cc                       |  10 +-
 src/relay/qnn/utils.h                              |   4 +-
 .../contrib/test_arm_compute_lib/test_add.py       |   4 +
 .../test_pass_fake_quantization_to_integer.py      |  95 +++++++++++++-
 11 files changed, 374 insertions(+), 52 deletions(-)