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

[tvm] branch main updated (4c05656c65 -> 2eed663643)

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

kparzysz pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from 4c05656c65 [TOPI][Hexagon] Add test and schedule for uint8 resize2d (#12559)
     add 2eed663643 [TOPI][Hexagon] Implement quantized elementwise for hexagon (#12606)

No new revisions were added by this update.

Summary of changes:
 python/tvm/topi/hexagon/qnn/__init__.py            |   2 +-
 python/tvm/topi/hexagon/qnn/qadd_qsub_qmul.py      | 270 +++++++++++++++++++++
 .../topi/test_add_subtract_multiply.py             | 217 +++++++++++++++--
 3 files changed, 463 insertions(+), 26 deletions(-)
 create mode 100755 python/tvm/topi/hexagon/qnn/qadd_qsub_qmul.py