You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by jc...@apache.org on 2021/05/06 02:59:11 UTC

[tvm] branch main updated (148b852 -> bbf7fdb)

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

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


    from 148b852  Fix post-merge conflict between #7785 and #7945. (#7982)
     add bbf7fdb  [FIX] Fix autoscheduler tuning on sparse matrices where there are multiple with the same shape (#7974)

No new revisions were added by this update.

Summary of changes:
 python/tvm/auto_scheduler/measure.py        |  2 +-
 python/tvm/auto_scheduler/search_task.py    | 11 ++++-------
 python/tvm/relay/analysis/sparse_dense.py   | 20 +++++++++++++++-----
 python/tvm/topi/nn/sparse.py                | 10 +++++++++-
 src/relay/transforms/memory_alloc.cc        |  1 -
 tutorials/auto_scheduler/tune_sparse_x86.py | 10 +++++++++-
 6 files changed, 38 insertions(+), 16 deletions(-)