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 6cd1bb5e89 [Hexagon] Update search pattern to find .so address for on 
device runs (#13230)
     add b9e5c02d0b [TOPI][Hexagon] Implement quantized depthwise conv2d 
(#12499)

No new revisions were added by this update.

Summary of changes:
 python/tvm/topi/hexagon/qnn/__init__.py            |   1 +
 .../topi/hexagon/qnn/qdepthwise_conv2d_slice.py    | 217 +++++++++++++
 python/tvm/topi/hexagon/slice_ops/dwconv2d.py      |   5 +-
 python/tvm/topi/hexagon/utils.py                   |  19 ++
 .../topi/test_depthwise_conv2d_slice.py            | 337 +++++++++++++++++++++
 .../test_hexagon/topi/test_dwconv2d_slice.py       | 314 -------------------
 6 files changed, 577 insertions(+), 316 deletions(-)
 create mode 100644 python/tvm/topi/hexagon/qnn/qdepthwise_conv2d_slice.py
 create mode 100644 
tests/python/contrib/test_hexagon/topi/test_depthwise_conv2d_slice.py
 delete mode 100644 
tests/python/contrib/test_hexagon/topi/test_dwconv2d_slice.py

Reply via email to