This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch nightly
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 3a33771494 [TVMScript] Handle parsing of PrimFunc calls with non-void
return (#15239)
add d9d6a88a0a [QNN] Support Dequantize to "float16" and Quantize to
"uint16" (#15235)
add 7489ce20df [Relay] ExprMutator Return Origin Expr When All Fields
Isn't Changed (#15237)
add 916542ed77 [TVMScript] Ensure completed root block has no read/write
(#15249)
add 5a78da4f3c [TIR] Output DeclBuffer in LowerTVMBuiltin (#15243)
No new revisions were added by this update.
Summary of changes:
include/tvm/relay/qnn/attrs.h | 2 +
python/tvm/relay/expr_functor.py | 56 ++++++++++++++++------
python/tvm/relay/qnn/op/qnn.py | 21 ++++----
src/relay/qnn/op/dequantize.cc | 28 ++++++++---
src/relay/qnn/op/quantize.cc | 5 +-
src/relay/qnn/utils.h | 3 +-
src/tir/ir/script/script_complete.cc | 20 +++++---
src/tir/transforms/lower_tvm_builtin.cc | 2 +
tests/python/relay/test_expr_functor.py | 2 +-
tests/python/relay/test_op_qnn_dequantize.py | 35 ++++++++++++--
tests/python/relay/test_op_qnn_quantize.py | 23 +++++++++
...e_postproc_rewrite_parallel_vectorize_unroll.py | 2 -
.../test_tir_transform_lower_tvm_builtin.py | 6 ++-
...test_tir_transform_memhammer_lower_auto_copy.py | 8 ----
tests/python/unittest/test_tvmscript_complete.py | 4 ++
15 files changed, 161 insertions(+), 56 deletions(-)