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 2020/04/15 15:32:09 UTC

[incubator-tvm] branch master updated (b1364eb -> 1265983)

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

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


    from b1364eb  [PYTORCH]Take, Topk op support (#5332)
     add 1265983  [TOPI] Using x86 schedules for ARM conv2d. (#5334)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/op/strategy/arm_cpu.py     | 36 +++++++++++++++++
 topi/python/topi/arm_cpu/conv2d_alter_op.py | 63 ++++++++++++++++++++++++++++-
 topi/python/topi/x86/conv2d.py              |  3 +-
 3 files changed, 100 insertions(+), 2 deletions(-)