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 2e9df885f2 [WASM] Update wasm include in accordance to kv cache revamp
(#17695)
add 7e5b9e6d96 [MSC] Remove relay (#17683)
add dcc8891d42 [Refactor] Remove legacy TE schedule tag (#17701)
add c2866380a4 [relax] Fix tree attention for Qwen2-1.5 models (#17700)
add ef7b7ad3b9 updated the assert in BindParams to allow
tvm.relax.Constant (#17693)
add 16ec246df9 [Relax][PyTorch] Add support for celu, selu,
is_floating_point ops (#17702)
No new revisions were added by this update.
Summary of changes:
python/tvm/contrib/msc/core/codegen/codegen.py | 43 -
python/tvm/contrib/msc/core/frontend/translate.py | 114 --
python/tvm/contrib/msc/core/transform/pattern.py | 257 ---
python/tvm/contrib/msc/core/transform/transform.py | 46 +-
.../msc/framework/tensorflow/frontend/translate.py | 23 +-
.../contrib/msc/framework/torch/codegen/codegen.py | 2 +-
.../msc/framework/torch/frontend/translate.py | 43 +-
.../contrib/msc/framework/torch/runtime/runner.py | 7 +-
python/tvm/relax/frontend/nn/llm/tree_attn.py | 8 +-
.../frontend/torch/base_fx_graph_translator.py | 65 +-
python/tvm/relax/frontend/torch/fx_translator.py | 11 +
python/tvm/relax/transform/transform.py | 7 +-
src/contrib/msc/core/ir/graph_builder.cc | 638 ++------
src/contrib/msc/core/ir/graph_builder.h | 207 +--
.../msc/core/transform/bind_named_params.cc | 1 -
src/contrib/msc/core/transform/set_expr_name.cc | 223 ---
src/contrib/msc/core/utils.cc | 19 +-
src/contrib/msc/core/utils.h | 26 +-
.../msc/framework/tensorrt/transform_tensorrt.cc | 1 +
src/tir/transforms/compact_buffer_region.cc | 15 +-
src/tir/transforms/convert_blocks_to_opaque.cc | 11 +-
src/tir/transforms/flatten_buffer.cc | 9 +-
src/tir/transforms/ir_utils.cc | 5 -
src/tir/transforms/ir_utils.h | 10 -
src/tir/transforms/lift_thread_binding.cc | 11 +-
src/tir/transforms/lower_cross_thread_reduction.cc | 11 +-
src/tir/transforms/lower_init_block.cc | 11 +-
src/tir/transforms/lower_opaque_block.cc | 11 +-
.../plan_update_buffer_allocation_location.cc | 13 +-
src/tir/transforms/unify_thread_binding.cc | 11 +-
tests/python/contrib/test_msc/test_graph_build.py | 25 -
tests/python/contrib/test_msc/test_pipeline.py | 81 +-
tests/python/contrib/test_msc/test_runner.py | 50 -
tests/python/contrib/test_msc/test_transform.py | 33 -
.../contrib/test_msc/test_translate_relax.py | 16 -
.../contrib/test_msc/test_translate_tensorflow.py | 1691 --------------------
.../contrib/test_msc/test_translate_torch.py | 309 ++--
tests/python/relax/test_frontend_from_fx.py | 103 +-
.../test_tir_transform_inject_rolling_buffer.py | 16 +-
.../test_tir_transform_loop_partition.py | 2 +-
tests/python/tvmscript/test_tvmscript_roundtrip.py | 6 +-
tests/scripts/task_config_build_cpu.sh | 3 +-
tests/scripts/task_config_build_gpu.sh | 3 +-
tests/scripts/unity/task_python_relax.sh | 2 +-
44 files changed, 548 insertions(+), 3651 deletions(-)
delete mode 100644 tests/python/contrib/test_msc/test_translate_tensorflow.py