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/07/12 22:24:08 UTC

[tvm] branch last-successful updated (deda4d5968 -> 6536def6f9)

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 deda4d5968 [MetaSchedule][Test] Add unittests for DEP (#12071)
     add 6536def6f9 [Topi][Hexagon] Implement Cast F32ToF16 and F16ToF32 Slice Op (#11561)

No new revisions were added by this update.

Summary of changes:
 python/tvm/topi/hexagon/slice_ops/__init__.py      |   6 +
 python/tvm/topi/hexagon/slice_ops/cast.py          | 143 +++++++++++++++
 python/tvm/topi/hexagon/utils.py                   |  14 ++
 .../python/contrib/test_hexagon/infrastructure.py  |  12 ++
 .../contrib/test_hexagon/topi/test_cast_slice.py   | 199 +++++++++++++++++++++
 5 files changed, 374 insertions(+)
 create mode 100644 python/tvm/topi/hexagon/slice_ops/cast.py
 create mode 100644 tests/python/contrib/test_hexagon/topi/test_cast_slice.py