This is an automated email from the ASF dual-hosted git repository.
csullivan pushed a change to branch main
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