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 843a574141 [MISC] Remove unused TVMC configs (#18512)
add 9545b3c1a4 [Relax][PyTorch] Support specifying decimals for _round
(#18507)
add 316299d613 [Relax][PyTorch] Enhance data type handling in FX graph
translator (#18506)
add e3c5b47eda [Relax][PyTorch] Unify tests using shared verify_model
(#18517)
add 790c5d1e9e [Pass] Add DumpIR pass instrument to save IR snapshots
(#18511)
add d5d3d81fe0 [Relax][PyTorch] Fix batch normalization training mode
correctness (#18518)
No new revisions were added by this update.
Summary of changes:
python/tvm/ir/instrument.py | 53 +++++++-
.../frontend/torch/base_fx_graph_translator.py | 43 ++++--
.../frontend/torch/exported_program_translator.py | 34 +++--
src/ir/transform.cc | 14 +-
src/tir/transforms/unroll_loop.cc | 2 -
tests/python/relax/test_frontend_dynamo.py | 30 ++++-
.../relax/test_frontend_from_exported_program.py | 146 +++++++++++++++++----
tests/python/relax/test_frontend_from_fx.py | 90 ++++++++++++-
8 files changed, 349 insertions(+), 63 deletions(-)