This is an automated email from the ASF dual-hosted git repository.

tlopex pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from 95d1268982 [REFACTOR] Introduce and modernize FFI system (#17920)
     add bcb68b1303 [Relax][PyTorch] Add div.Tensor_mode and trunc Op Support 
for Exported Program and FX graph (#17924)

No new revisions were added by this update.

Summary of changes:
 .../frontend/torch/base_fx_graph_translator.py     | 26 +++++++
 .../frontend/torch/exported_program_translator.py  |  2 +
 python/tvm/relax/frontend/torch/fx_translator.py   |  2 +
 python/tvm/relax/op/__init__.py                    |  1 +
 python/tvm/relax/op/unary.py                       | 14 ++++
 python/tvm/relax/transform/legalize_ops/unary.py   |  1 +
 python/tvm/script/ir_builder/relax/ir.py           |  2 +
 src/relax/op/tensor/unary.cc                       |  1 +
 src/relax/op/tensor/unary.h                        |  3 +
 src/target/intrin_rule.cc                          |  3 +
 .../relax/test_frontend_from_exported_program.py   | 65 ++++++++++++++++++
 tests/python/relax/test_frontend_from_fx.py        | 79 ++++++++++++++++++++++
 12 files changed, 199 insertions(+)

Reply via email to