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/11/02 17:56:04 UTC

[tvm] branch last-successful updated (84fadc45d0 -> da4bb4a65b)

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 84fadc45d0 [CI] Skip failing Caffe tests due to broken URL (#13228)
     add 4ecf303695 [TVMC] Apply constant folding when converting layout (#13216)
     add c3c1454233 Apply group write permissions to Python virtual environment (#13252)
     add da4bb4a65b Fix a typo in rpc/client.py (#12842)

No new revisions were added by this update.

Summary of changes:
 docker/install/ubuntu_install_python.sh    |  1 +
 python/tvm/driver/tvmc/transform.py        |  1 +
 python/tvm/rpc/client.py                   |  2 +-
 tests/python/driver/tvmc/test_transform.py | 57 ++++++++++++++++++++++++++++++
 4 files changed, 60 insertions(+), 1 deletion(-)
 create mode 100644 tests/python/driver/tvmc/test_transform.py