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/05/06 21:23:02 UTC

[tvm] branch last-successful updated (fb32997369 -> 98aa41e329)

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

github-bot pushed a change to branch last-successful
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from fb32997369 [CI] Update all Docker Images to 20220505-060045-500703308 (#11219)
     add 98aa41e329 [Relay] Flexible shape dispatch transformation (#11199)

No new revisions were added by this update.

Summary of changes:
 python/tvm/auto_scheduler/dispatcher.py            |  29 +-
 python/tvm/autotvm/task/dispatcher.py              |  35 +-
 python/tvm/relay/transform/__init__.py             |   1 +
 python/tvm/relay/transform/flexible_shape.py       | 369 +++++++++++++++++++++
 tests/python/relay/test_auto_scheduler_tuning.py   |   6 +
 .../relay/test_pass_flexible_shape_dispatch.py     | 119 +++++++
 tests/python/unittest/test_autotvm_record.py       |   5 +
 7 files changed, 545 insertions(+), 19 deletions(-)
 create mode 100644 python/tvm/relay/transform/flexible_shape.py
 create mode 100644 tests/python/relay/test_pass_flexible_shape_dispatch.py