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 b99d93afec [fix] quantize op consistent with python description
(#11872)
add 8c3d922b7e [TIR][Pass] Remove-Weight-Layout-Rewrite-Block (#11870)
No new revisions were added by this update.
Summary of changes:
include/tvm/meta_schedule/apply_history_best.h | 8 +-
include/tvm/tir/stmt.h | 10 +-
include/tvm/tir/transform.h | 6 +
python/tvm/meta_schedule/apply_history_best.py | 6 +-
python/tvm/meta_schedule/builder/local_builder.py | 8 +-
python/tvm/relay/backend/te_compiler.py | 15 ++-
python/tvm/relay/build_module.py | 12 +-
python/tvm/tir/transform/transform.py | 12 +-
src/meta_schedule/apply_history_best.cc | 7 +-
src/meta_schedule/arg_info.cc | 9 +-
.../feature_extractor/per_store_feature.cc | 1 +
src/meta_schedule/utils.h | 1 +
src/relay/backend/te_compiler_cache.cc | 27 ++++-
src/te/operation/create_primfunc.cc | 8 +-
.../remove_weight_layout_rewrite_block.cc | 121 +++++++++++++++++++++
...e_postproc_rewrite_parallel_vectorize_unroll.py | 6 -
tests/python/unittest/test_te_create_primfunc.py | 2 +-
...transform_remove_weight_layout_rewrite_block.py | 91 ++++++++++++++++
18 files changed, 308 insertions(+), 42 deletions(-)
create mode 100644 src/tir/transforms/remove_weight_layout_rewrite_block.cc
create mode 100644
tests/python/unittest/test_tir_transform_remove_weight_layout_rewrite_block.py