You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by lm...@apache.org on 2020/11/02 14:33:45 UTC

[incubator-tvm] branch main updated (9f9d475 -> 9c2d68d)

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

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


    from 9f9d475  [TENSORFLOW]Sparse2Dense support (#5767)
     add 9c2d68d  [AutoScheduler] New layout rewrite option: Weight pre-transpose (#6750)

No new revisions were added by this update.

Summary of changes:
 include/tvm/auto_scheduler/compute_dag.h           |  32 +++-
 include/tvm/auto_scheduler/transform_step.h        |  46 ++++--
 python/tvm/auto_scheduler/compute_dag.py           |   7 +-
 src/auto_scheduler/compute_dag.cc                  | 182 +++++++++++++++------
 src/auto_scheduler/loop_state.cc                   |   6 +
 src/auto_scheduler/transform_step.cc               |  52 ++++++
 .../unittest/test_auto_scheduler_layout_rewrite.py |  79 ++++++++-
 .../unittest/test_auto_scheduler_task_scheduler.py |  12 ++
 8 files changed, 334 insertions(+), 82 deletions(-)