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 6d2aa09cd9 [Hexagon] Fix port range bug and add random.seed (#13207)
add 645a5eafa3 [Relay][Hexagon] Add per-channel FixedPointMultiply
operation (#13080)
No new revisions were added by this update.
Summary of changes:
include/tvm/relay/attrs/transform.h | 17 +++
python/tvm/relay/op/_tensor.py | 13 +++
python/tvm/tir/__init__.py | 2 +-
python/tvm/tir/op.py | 54 ++++++++-
python/tvm/topi/hexagon/tensor_intrin.py | 84 ++++++++++++--
python/tvm/topi/math.py | 58 +++++++++
src/relay/op/make_op.h | 4 +
src/relay/op/tensor/transform.cc | 129 +++++++++++++++++++++
src/relay/qnn/op/requantize.cc | 12 +-
src/relay/qnn/utils.cc | 31 +++++
src/relay/qnn/utils.h | 17 +++
src/relay/transforms/pattern_utils.h | 7 ++
src/runtime/crt/host/Makefile | 2 +-
src/target/intrin_rule.cc | 84 ++++++++++----
src/tir/op/builtin.cc | 5 +
.../test_hexagon/test_fixed_point_multiply.py | 55 ++++++---
16 files changed, 516 insertions(+), 58 deletions(-)