This is an automated email from the ASF dual-hosted git repository.
comaniac pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from 1da038e [COMMUNITY] New reviewer @leandron (#7112)
add 7a20b4a [Relay][ConvertLayout] Support deformable conv2d (#7087)
No new revisions were added by this update.
Summary of changes:
python/tvm/relay/op/nn/_nn.py | 86 ++++++++++++++++
python/tvm/relay/op/strategy/cuda.py | 22 ++--
python/tvm/relay/op/strategy/generic.py | 2 +-
src/relay/op/nn/convolution.cc | 4 +-
src/relay/op/nn/convolution.h | 12 +++
tests/python/relay/test_pass_convert_op_layout.py | 117 ++++++++++++++++++++++
6 files changed, 235 insertions(+), 8 deletions(-)