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 74a2293 Enable more warnings when compiling with clang 10.0 or
greater (#6456)
add ea76637 [TOPI] Group conv2d NHWC op implementation (#6510)
No new revisions were added by this update.
Summary of changes:
python/tvm/relay/op/strategy/arm_cpu.py | 8 ++
python/tvm/relay/op/strategy/generic.py | 7 +
python/tvm/relay/op/strategy/x86.py | 8 ++
python/tvm/topi/generic/nn.py | 17 +++
python/tvm/topi/nn/conv2d.py | 85 +++++++++++++
tests/python/topi/python/test_topi_group_conv2d.py | 141 +++++++++++++++++++++
6 files changed, 266 insertions(+)