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

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


    from 799e81036d [ARITH] Simplify nested if_then_else when constant is 
appearing in then_expr (#16227)
     add 3df798d422 [Relay][TOPI] Add support for group_conv1d_transpose_ncw 
for generic (#16248)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/op/strategy/generic.py            |  26 ++--
 python/tvm/topi/generic/nn.py                      |  17 +++
 python/tvm/topi/nn/conv1d_transpose.py             | 142 +++++++++++++++++++--
 python/tvm/topi/testing/__init__.py                |   5 +-
 .../topi/testing/conv1d_transpose_ncw_python.py    |  12 ++
 ....py => test_topi_group_conv1d_transpose_ncw.py} |  61 ++++-----
 6 files changed, 208 insertions(+), 55 deletions(-)
 copy tests/python/topi/{test_topi_conv1d_transpose_ncw.py => 
test_topi_group_conv1d_transpose_ncw.py} (64%)

Reply via email to