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

[tvm] branch main updated (b552bcf1d0 -> a84c54efe5)

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

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


    from b552bcf1d0 [testing][hexagon] Better subproc errors (#11853)
     add a84c54efe5 [TOPI][Hexagon] Implement Argmax Slice Op (#11847)

No new revisions were added by this update.

Summary of changes:
 python/tvm/topi/hexagon/slice_ops/__init__.py      |   1 +
 python/tvm/topi/hexagon/slice_ops/argmax.py        |  46 ++++++++
 python/tvm/topi/hexagon/utils.py                   |   7 ++
 .../python/contrib/test_hexagon/infrastructure.py  |   8 ++
 .../contrib/test_hexagon/topi/test_argmax_slice.py | 116 +++++++++++++++++++++
 5 files changed, 178 insertions(+)
 create mode 100644 python/tvm/topi/hexagon/slice_ops/argmax.py
 create mode 100644 tests/python/contrib/test_hexagon/topi/test_argmax_slice.py