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 7e269dcfc8 [RUNTIME][RPC] Enable RPCObjectRef over multi-hop RPC 
(#16635)
     add 99e22328bf [Disco] Implement `Session.import_python_module` method 
(#16617)
     add 3ec0ca5b0b [Disco] Expose functions to query the per-worker 
device/rank (#16639)
     add b3fa6cb873 [AOT][Testing] Print output values on test failure (#16611)

No new revisions were added by this update.

Summary of changes:
 python/tvm/exec/disco_worker.py                 |  56 ++++++++--
 python/tvm/runtime/__init__.py                  |   1 +
 python/tvm/runtime/disco/session.py             |  26 ++++-
 python/tvm/testing/aot.py                       |  76 +++++++++++---
 python/tvm/testing/utils.py                     |   3 +
 src/runtime/disco/builtin.cc                    |   6 ++
 tests/python/disco/test_callback.py             | 130 ++++++++++++++++++++++++
 tests/python/relay/aot/test_aot_test_harness.py |  61 +++++++++++
 tests/python/relay/aot/test_crt_aot.py          |   1 +
 9 files changed, 335 insertions(+), 25 deletions(-)
 create mode 100644 tests/python/disco/test_callback.py
 create mode 100644 tests/python/relay/aot/test_aot_test_harness.py

Reply via email to