You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by gi...@apache.org on 2022/02/21 12:44:01 UTC

[tvm] branch last-successful updated (2c0a7c2 -> dace8b7)

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

github-bot pushed a change to branch last-successful
in repository https://gitbox.apache.org/repos/asf/tvm.git.


    omit 2c0a7c2  [TOPI] Add support for groupped conv3d (#9873)

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/last-successful (dace8b7)
            \
             O -- O -- O   (2c0a7c2)

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/op/strategy/cuda.py               |   3 +-
 python/tvm/relay/op/strategy/generic.py            |   4 +-
 python/tvm/te/operation.py                         |  17 +--
 python/tvm/topi/cuda/conv3d.py                     |  22 +--
 python/tvm/topi/cuda/conv3d_ndhwc_tensorcore.py    |   3 +-
 python/tvm/topi/cuda/conv3d_winograd.py            |   9 +-
 python/tvm/topi/nn/conv2d.py                       |  99 ++++++++------
 python/tvm/topi/nn/conv3d.py                       | 148 ++++++++++++++++++---
 python/tvm/topi/testing/conv3d_ndhwc_python.py     |  45 +------
 python/tvm/topi/x86/conv3d.py                      |  75 ++++-------
 python/tvm/topi/x86/conv3d_transpose.py            |   2 +-
 src/target/source/codegen_cuda.cc                  |  19 +--
 tests/python/topi/python/test_topi_conv3d_ncdhw.py |  25 +---
 tests/python/topi/python/test_topi_conv3d_ndhwc.py |  73 +++++-----
 .../python/test_topi_conv3d_ndhwc_tensorcore.py    |  16 +--
 .../topi/python/test_topi_conv3d_winograd.py       |   2 +-
 16 files changed, 281 insertions(+), 281 deletions(-)