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 f52143e6c8 [Relax][Frontend][Onnx] fix params name bug in onnx 
frontend (#17350)
     add 72b75fe5b2 [Relax] Validate StructInfo of variable bindings (#17332)
     add 2c4afbb5ea [Relax][KV Cache] Refactor `_attention_sequence_prefill` 
function to … (#17362)
     add 38e726aab1 [Relax][PyTorch] Cleanup unary op converters (#17356)
     add 5265d215fe [Relax] Add new NN allgather operator (#17359)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relax/frontend/nn/llm/kv_cache.py       |   3 +-
 python/tvm/relax/frontend/nn/op.py                 |  22 +
 python/tvm/relax/frontend/torch/fx_translator.py   | 566 +++++++++++----------
 src/relax/analysis/struct_info_analysis.cc         |  23 +-
 src/relax/analysis/well_formed.cc                  |  12 +
 src/relax/transform/normalize.cc                   |   6 +-
 .../relax/test_analysis_struct_info_analysis.py    |  94 +++-
 tests/python/relax/test_analysis_well_formed.py    |  87 ++++
 8 files changed, 528 insertions(+), 285 deletions(-)

Reply via email to