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/09/27 20:25:40 UTC

[tvm] branch last-successful updated (7a4c10c44a -> 332b1469b7)

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 7a4c10c44a [TIR][Transform] Remove num_unpacked_args from MakePackedAPI (#12892)
     add 7dbc68d108 [ONNX] Fix test_roi_align failure (#12906)
     add 77d8eef514 [Runtime][Bugfix] Added type-checking for Array::insert (#12691)
     add 9a673faa74 [ci] Initialize git during deploys (#12909)
     add 332b1469b7 [Hexagon] depth_to_space slice op (#12669)

No new revisions were added by this update.

Summary of changes:
 Jenkinsfile                                        |  34 +++---
 ci/jenkins/Deploy.groovy.j2                        |  10 +-
 ci/jenkins/Jenkinsfile.j2                          |  20 +--
 include/tvm/runtime/container/array.h              |   5 +
 python/tvm/topi/hexagon/slice_ops/__init__.py      |   1 +
 .../tvm/topi/hexagon/slice_ops/depth_to_space.py   |  43 +++++++
 src/te/schedule/schedule_lang.cc                   |   2 +-
 .../test_hexagon/topi/test_depth_to_space.py       | 136 +++++++++++++++++++++
 tests/python/frontend/onnx/test_forward.py         |   1 +
 9 files changed, 221 insertions(+), 31 deletions(-)
 create mode 100644 python/tvm/topi/hexagon/slice_ops/depth_to_space.py
 create mode 100644 tests/python/contrib/test_hexagon/topi/test_depth_to_space.py