[PERF] Parallelize reduction for CPU (#4158)
authorHaichen Shen <shenhaichen@gmail.com>
Tue, 19 Nov 2019 21:56:51 +0000 (13:56 -0800)
committerYizhi Liu <liuyizhi@apache.org>
Tue, 19 Nov 2019 21:56:51 +0000 (13:56 -0800)
commitaf52eba129db56f87bba07b578e73c7d5b333296
tree4fafd88d7c535ece4aa43bba205ecf538bad08ba
parentfbeac5e2410e94beb30b5036b6590efb07e6c847
[PERF] Parallelize reduction for CPU (#4158)

* [PERF] parallel reduction in cpu

* fix

* x

* update

* lint

* fix
topi/python/topi/x86/__init__.py
topi/python/topi/x86/reduction.py [new file with mode: 0644]