This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch last-successful
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)
add 5c9066d816 [AMP] refine AMP and the corresponding tests for bfloat16
(#12787)
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/relay/transforms/to_mixed_precision.cc | 12 +-
src/runtime/crt/host/Makefile | 2 +-
src/target/intrin_rule.cc | 84 +++++++---
src/tir/op/builtin.cc | 5 +
tests/python/contrib/test_dnnl.py | 5 +-
.../test_hexagon/test_fixed_point_multiply.py | 55 +++++--
tests/python/relay/test_to_mixed_precision.py | 178 ++++++++++++---------
19 files changed, 630 insertions(+), 139 deletions(-)