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 ff0b99c5ce [Dlight] Scheduling Low batch GEMM using GEMV-like rule
(#16579)
add ad3dfb4c1c [Bugfix][Executor] fix debug_executor function
debug_get_output (#16492)
add 9fd3461c32 [Frontend][PaddlePaddle] Support conv2d when data_format is
NHWC (#16616)
add cf575b8f83 [Relay][ONNX] fix the wrong default value about dtype in
Multinomial converter (#16624)
add 8fe01647d1 [Relax][Frontend][Onnx] fix clip unsqueeze opset implement
(#16604)
add 5308ef135d [Transform] Improvements to LazyTransformParams (#16602)
add fcfc05bb29 [Transform] Allow explicit name of bundled model parameters
(#16597)
add 8f4259710a [Unity][Transform] Check for permute_dims in
ExpandMatmulOfSum (#16590)
add 4b7d78d157 [Relax] Handle dynamic arguments in legalization of
nn.attention (#16592)
add fc4abee022 [Relax] Fix error message in BlockBuilder (#16629)
No new revisions were added by this update.
Summary of changes:
python/tvm/contrib/debugger/debug_executor.py | 6 +-
python/tvm/relax/frontend/onnx/onnx_frontend.py | 11 +-
.../tvm/relax/transform/lazy_transform_params.py | 126 +++++++++++--
python/tvm/relax/transform/legalize_ops/nn.py | 2 +-
python/tvm/relax/transform/transform.py | 11 +-
python/tvm/relay/frontend/onnx.py | 2 +-
python/tvm/relay/frontend/paddlepaddle.py | 18 ++
src/relax/ir/block_builder.cc | 3 +-
src/relax/transform/bundle_model_params.cc | 14 +-
src/relax/transform/expand_matmul_of_sum.cc | 18 +-
src/relax/transform/utils.h | 5 +-
.../graph_executor/debug/graph_executor_debug.cc | 23 ++-
.../graph_executor/debug/graph_executor_debug.h | 12 ++
tests/python/relax/test_frontend_onnx.py | 36 +++-
.../relax/test_transform_bundle_model_params.py | 40 ++++
.../relax/test_transform_expand_matmul_of_sum.py | 30 +++
.../relax/test_transform_lazy_transform_params.py | 204 ++++++++++++++++++++-
.../python/relax/test_transform_legalize_ops_nn.py | 24 +++
18 files changed, 546 insertions(+), 39 deletions(-)