You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ma...@apache.org on 2021/09/08 08:26:44 UTC

[tvm] branch main updated (e0aac94 -> 4ffbdcd)

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

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


    from e0aac94  [Hexagon] Fix VTCM allocation (#8954)
     add 4ffbdcd  [Relay][Quantization] Per-Channel FQ2I (#8883)

No new revisions were added by this update.

Summary of changes:
 include/tvm/ir/affine_type.h                       |   8 +-
 python/tvm/ir/affine_type.py                       |   9 +-
 python/tvm/relay/frontend/onnx.py                  |   2 +-
 python/tvm/relay/qnn/op/legalizations.py           |  33 ++++-
 python/tvm/relay/qnn/op/qnn.py                     |   9 +-
 .../transform/fake_quantization_to_integer.py      |  79 ++++++++++--
 src/ir/affine_type.cc                              |  10 +-
 src/relay/qnn/op/convolution.cc                    |  11 +-
 src/relay/qnn/op/dense.cc                          |  26 ++--
 src/relay/qnn/op/dequantize.cc                     |  11 +-
 src/relay/qnn/op/quantize.cc                       |  11 +-
 src/relay/qnn/op/requantize.cc                     |  11 +-
 .../transforms/fake_quantization_to_integer.cc     |  14 ++-
 .../test_pass_fake_quantization_to_integer.py      | 134 ++++++++++++++++++++-
 .../unittest/test_target_texture_codegen_opencl.py |   6 +-
 15 files changed, 315 insertions(+), 59 deletions(-)