You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by tq...@apache.org on 2021/05/20 12:21:05 UTC

[tvm] branch main updated (7c732af -> 1203d73)

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

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


    from 7c732af  [VM] add removeUnusedFunctions pass in vm memoryopt (#8040)
     add 1203d73  [TensorIR] change IntRV to ExprRV (#8077)

No new revisions were added by this update.

Summary of changes:
 include/tvm/tir/schedule/schedule.h  | 20 +++++++--------
 python/tvm/tir/schedule/__init__.py  |  2 +-
 python/tvm/tir/schedule/schedule.py  | 12 ++++-----
 src/tir/schedule/concrete_schedule.h | 48 ++++++++++++++++++------------------
 src/tir/schedule/schedule.cc         |  9 +++----
 5 files changed, 45 insertions(+), 46 deletions(-)