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/06/29 23:24:09 UTC

[tvm] branch last-successful updated (84c66da617 -> a84c54efe5)

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 84c66da617 export VirtualMachine for Windows (#11947)
     add 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/contrib/hexagon/build.py                |  33 ++++--
 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 +++++++++++++++++++++
 6 files changed, 200 insertions(+), 11 deletions(-)
 create mode 100644 python/tvm/topi/hexagon/slice_ops/argmax.py
 create mode 100644 tests/python/contrib/test_hexagon/topi/test_argmax_slice.py