You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ma...@apache.org on 2022/01/12 00:00:29 UTC

[tvm] branch main updated (f6b0c38 -> d1ee201)

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

masahi pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.


    from f6b0c38  Update CI to use tlcpack/ci-cpu:v0.80 (#9865)
     add d1ee201  Add aten::mv support (#9894)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/frontend/pytorch.py          | 14 ++++++++++++++
 src/ir/diagnostic.cc                          |  2 +-
 src/relay/analysis/type_solver.cc             |  8 +++++---
 tests/python/frontend/pytorch/test_forward.py | 10 ++++++++++
 tests/python/relay/test_any.py                |  8 ++++++--
 5 files changed, 36 insertions(+), 6 deletions(-)