This is an automated email from the ASF dual-hosted git repository.
haichen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.
from 0cc2661 [PYTORCH]LayerNorm support added (#5249)
add 00b2304 [Topi] Breakdown topi.cc into smaller files (#5253)
No new revisions were added by this update.
Summary of changes:
topi/include/topi/broadcast.h | 6 +-
topi/include/topi/{detail/array_utils.h => util.h} | 47 +-
topi/src/broadcast.cc | 84 ++
topi/src/elemwise.cc | 154 ++++
topi/src/nn.cc | 185 +++++
topi/src/reduction.cc | 75 ++
topi/src/schedule.cc | 357 ++++++++
topi/src/topi.cc | 893 ---------------------
topi/src/transform.cc | 177 ++++
src/ir/function.cc => topi/src/vision.cc | 25 +-
10 files changed, 1073 insertions(+), 930 deletions(-)
copy topi/include/topi/{detail/array_utils.h => util.h} (54%)
create mode 100644 topi/src/broadcast.cc
create mode 100644 topi/src/elemwise.cc
create mode 100644 topi/src/nn.cc
create mode 100644 topi/src/reduction.cc
create mode 100644 topi/src/schedule.cc
delete mode 100644 topi/src/topi.cc
create mode 100644 topi/src/transform.cc
copy src/ir/function.cc => topi/src/vision.cc (70%)