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 a6e8fee133 Bump 3rdparty/cutlass_fpA_intB_gemm version (#16506)
add 5ebdd4982f [BugFix] Use x*x*x instead of pow(x,3) (#16518)
add 343435a529 [Unity][MSC][M4.2][Step1] Enable plugin with manager, test
plugins in compile pipeline (#16495)
No new revisions were added by this update.
Summary of changes:
python/tvm/contrib/msc/core/runtime/runner.py | 9 +++
python/tvm/contrib/msc/core/tools/prune/pruner.py | 1 +
.../contrib/msc/core/tools/quantize/quantizer.py | 5 ++
python/tvm/contrib/msc/core/tools/tool.py | 47 ++++++------
.../msc/framework/tensorflow/codegen/codegen.py | 10 ++-
.../msc/framework/tensorrt/codegen/codegen.py | 17 ++++-
.../msc/framework/tensorrt/transform/pattern.py | 48 ++++++++++++
.../contrib/msc/framework/torch/codegen/codegen.py | 8 +-
.../contrib/msc/framework/tvm/codegen/codegen.py | 10 ++-
python/tvm/contrib/msc/pipeline/manager.py | 66 +++++++++++-----
python/tvm/relax/transform/legalize_ops/nn.py | 3 +-
src/contrib/msc/core/codegen/base_codegen.h | 39 ++++++++++
src/contrib/msc/core/transform/set_expr_layout.cc | 19 +++++
src/contrib/msc/framework/tensorrt/codegen.cc | 30 +++++++-
src/contrib/msc/framework/tensorrt/codegen_utils.h | 4 +
.../msc/framework/tensorrt/tensorrt_opcode.cc | 54 ++++++++++----
src/contrib/msc/framework/torch/codegen.cc | 26 +++++--
src/contrib/msc/framework/torch/torch_opcode.cc | 27 ++++++-
src/contrib/msc/framework/tvm/codegen.cc | 14 +++-
src/contrib/msc/framework/tvm/relax_opcode.cc | 14 ++++
src/tir/op/op.cc | 26 +++++++
.../python/relax/test_transform_legalize_ops_nn.py | 87 +++++++++++++---------
22 files changed, 453 insertions(+), 111 deletions(-)