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/05/03 23:05:43 UTC

[tvm] branch last-successful updated (5c204c6246 -> eb3ce911d0)

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


    from 5c204c6246 Remove device type dependency (#11198)
     add eb3ce911d0 [Hexagon] Add schedule and test for conv2d_transpose_nchw (#11175)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/op/strategy/hexagon.py            |  20 +++
 python/tvm/topi/hexagon/conv2d.py                  |  26 ++++
 .../test_hexagon/topi/test_conv2d_transpose.py     | 157 +++++++++++++++++++++
 3 files changed, 203 insertions(+)
 create mode 100644 tests/python/contrib/test_hexagon/topi/test_conv2d_transpose.py