You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by li...@apache.org on 2019/11/19 21:57:01 UTC

[incubator-tvm] branch master updated (fbeac5e -> af52eba)

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

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


    from fbeac5e  [tutorial][benchmark] nnvm -> relay (#4368)
     add af52eba  [PERF] Parallelize reduction for CPU (#4158)

No new revisions were added by this update.

Summary of changes:
 topi/python/topi/x86/__init__.py  |   1 +
 topi/python/topi/x86/reduction.py | 120 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 121 insertions(+)
 create mode 100644 topi/python/topi/x86/reduction.py