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/25 19:13:37 UTC

[tvm] branch main updated (79454af -> c58b20b)

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/tvm.git.


    from 79454af  [AutoScheduler] Print the time used for measurement (#6972)
     add c58b20b  [AutoScheduler] Check duplicated names in the compute dag (#6973)

No new revisions were added by this update.

Summary of changes:
 include/tvm/topi/nn/pooling.h                      | 20 +++++++++++---------
 src/auto_scheduler/compute_dag.cc                  | 22 ++++++++++++++++++++++
 .../python/unittest/test_auto_scheduler_common.py  | 11 +++++++++++
 .../unittest/test_auto_scheduler_compute_dag.py    | 13 +++++++++++++
 4 files changed, 57 insertions(+), 9 deletions(-)