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/20 22:49:55 UTC

[incubator-tvm] branch main updated (712663e -> 56e226a)

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 712663e  Bug-fix] Fix tir allocation with multiple lanes (#6941)
     add 56e226a  [AutoScheduler] Register workload when deserializing tasks (#6927)

No new revisions were added by this update.

Summary of changes:
 python/tvm/auto_scheduler/compute_dag.py           |  2 +-
 python/tvm/auto_scheduler/relay_integration.py     | 12 +++++++---
 python/tvm/auto_scheduler/search_task.py           | 16 +++++++++++++
 python/tvm/auto_scheduler/workload_registry.py     | 28 ++++++++++------------
 .../unittest/test_auto_scheduler_compute_dag.py    |  5 +++-
 5 files changed, 42 insertions(+), 21 deletions(-)