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 4bc61a1445 [Relax][Transform] Add SelectNode handling in 
SymbolicMatcher (#17368)
     add 48d661c0ee [Relax][PyTorch] Cleanup Statistical, Search and DataType 
op converters (#17372)
     add 11198f6e40 [MSC][Refactor] Support dynamic shape (#17351)

No new revisions were added by this update.

Summary of changes:
 python/tvm/contrib/msc/core/codegen/codegen.py     |    7 +-
 python/tvm/contrib/msc/core/frontend/translate.py  |   38 +
 python/tvm/contrib/msc/core/ir/graph.py            |   93 +-
 python/tvm/contrib/msc/core/tools/prune/pruner.py  |    7 +-
 python/tvm/contrib/msc/core/tools/tool.py          |    3 +
 .../msc/framework/torch/frontend/translate.py      |    4 +-
 python/tvm/contrib/msc/pipeline/pipeline.py        |   12 +-
 python/tvm/contrib/msc/pipeline/utils.py           |   37 +-
 python/tvm/contrib/msc/pipeline/wrapper.py         |    3 +
 python/tvm/relax/frontend/torch/fx_translator.py   |  123 +-
 src/contrib/msc/core/codegen/base_codegen.h        |   34 +-
 src/contrib/msc/core/codegen/codegen_utils.cc      |   28 +-
 src/contrib/msc/core/codegen/codegen_utils.h       |   33 +-
 src/contrib/msc/core/codegen/cpp_codegen.h         |   14 +
 src/contrib/msc/core/codegen/py_codegen.h          |   14 +
 src/contrib/msc/core/ir/graph.cc                   |  185 ++-
 src/contrib/msc/core/ir/graph.h                    |  156 ++-
 src/contrib/msc/core/ir/graph_builder.cc           |  151 ++-
 src/contrib/msc/core/ir/graph_builder.h            |   12 +
 src/contrib/msc/core/transform/layout_utils.cc     |   51 +-
 src/contrib/msc/core/transform/layout_utils.h      |    6 +
 src/contrib/msc/core/transform/set_expr_layout.cc  |  440 +++----
 src/contrib/msc/framework/tensorflow/codegen.cc    |    3 +-
 src/contrib/msc/framework/tensorrt/codegen.cc      |    3 +-
 src/contrib/msc/framework/torch/codegen.cc         |    3 +-
 src/contrib/msc/framework/torch/torch_opcode.cc    |   12 +-
 src/contrib/msc/framework/torch/torch_opcode.h     |    6 +-
 src/contrib/msc/framework/tvm/codegen.cc           |   13 +-
 src/contrib/msc/framework/tvm/codegen.h            |    3 +
 src/contrib/msc/framework/tvm/relax_opcode.cc      |    8 +-
 tests/python/contrib/test_msc/test_graph_build.py  | 1362 ++++++++++++--------
 tests/python/contrib/test_msc/test_pipeline.py     |    6 +-
 tests/python/contrib/test_msc/test_runner.py       |   30 +-
 tests/python/contrib/test_msc/test_tools.py        |    4 +-
 34 files changed, 1994 insertions(+), 910 deletions(-)

Reply via email to