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 a21e0df4b3 [FFI][ABI] Bump version ffi to latest (#18332)
     add e7bcf17e4f [Relax][PyTorch] Support MatrixMultiply op for 
ExportedProgram importer (#18343)
     add e21b6a25a8 [Relax] Update BasePyModule with faster DLPack converter 
for tensor conversion (#18331)
     add 36e473f58b [TIR] Support sequence comparisons in TVMScript (#18341)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relax/base_py_module.py                 | 58 ++++++++++++++++------
 .../frontend/torch/exported_program_translator.py  |  3 ++
 python/tvm/script/parser/core/evaluator.py         | 16 ++++--
 tests/python/relax/test_base_py_module.py          |  2 +-
 tests/python/relax/test_base_py_module_printer.py  | 52 ++-----------------
 .../relax/test_frontend_from_exported_program.py   | 26 ++++++++++
 .../python/tvmscript/test_tvmscript_parser_tir.py  | 20 ++++++++
 7 files changed, 108 insertions(+), 69 deletions(-)

Reply via email to