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 b466ef5d86 [Relax][PyTorch] Enhance index_put support for 
multi-dimensional indices (#18488)
     add 5099068ffe [Relax][PyTorch] Add `count_include_pad` support to 
`avg_pool2d` in PyTorch frontend (#18487)
     add b01dadb49d [Relax][PyTorch] Add `as_strided` operator in 
ExportedProgram frontend (#18490)
     add 5a6e9771a0 [CI] Update `actions/cache` to v4 in setup action (#18495)
     add 8660e408cf [Relax][PyTorch] Add broadcast support for `copy` operation 
(#18493)
     add b4e0d3eafa [Relax][PyTorch] Add negative slicing support in 
`slice_scatter` operation (#18494)
     add 7e6165e896 Fix BufferError when converting PyTorch models with sparse 
tensors (#18492)

No new revisions were added by this update.

Summary of changes:
 .github/actions/setup/action.yml                   |   2 +-
 .../frontend/torch/base_fx_graph_translator.py     |  58 +++++-
 .../frontend/torch/exported_program_translator.py  |  70 ++++++-
 python/tvm/relax/frontend/torch/fx_translator.py   |  10 +
 src/contrib/msc/framework/tvm/relax_opcode.cc      |   1 +
 .../relax/test_frontend_from_exported_program.py   | 224 +++++++++++++++++----
 tests/python/relax/test_frontend_from_fx.py        |  52 ++++-
 7 files changed, 369 insertions(+), 48 deletions(-)

Reply via email to