You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by gi...@apache.org on 2022/12/18 05:02:40 UTC

[tvm] branch nightly updated (e3afc92818 -> 4096548d13)

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 e3afc92818 [Relay][Testing][Bugfix] `py_converter` should use correct AST for versions above 3.8 too (#13635)
     add 564934d5eb [Relay][Runtime] Add `set_input/output_zero_copy` in python (#13623)
     add 4096548d13 [BugFix][TVMScript] Parser crash (#13630)

No new revisions were added by this update.

Summary of changes:
 python/tvm/contrib/graph_executor.py               | 58 +++++++++++++++++++++-
 python/tvm/script/parser/core/parser.py            |  8 ++-
 .../test_meta_schedule_relay_integration.py        | 20 ++------
 .../test_runtime_module_based_interface.py         | 39 +++++++++++++++
 tests/python/unittest/test_tvmscript_regression.py | 15 ++++++
 5 files changed, 122 insertions(+), 18 deletions(-)