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

github-bot pushed a change to branch nightly-docker-update
in repository https://gitbox.apache.org/repos/asf/tvm.git


 discard 34c262b3f6 [ci][docker] Nightly Docker image update
     add 8c42a83361 [arith][BugFix] Fix simplify input PrimExpr of 
DetectClipBound (#12150)
     add 4a94a94dfc fix T.Ptr[T.void] for packed api roundtrip (#12118)
     add 8dafaf3a4d [Adreno] Fix winograd schedule to support prime shapes > 4 
(#12157)
     add a07e18ea4e [HEXAGON] QCOM hexagon library (qhl) (#12149)
     add 9863cf0d5f [hexagon][testing] Better pytest ID strings (#12154)
     add ecd3c884de [Runtime][PipelineExecutor]  Tutorial of using pipeline 
executor. (#11557)
     add 76155c2f3c [QNN] Support different qnn params between in/out tensor in 
leaky_relu (#12116)
     add 443abc432d [ci][docker] Nightly Docker image update

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (34c262b3f6)
            \
             N -- N -- N   refs/heads/nightly-docker-update (443abc432d)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 Jenkinsfile                                        |  16 +-
 apps/hexagon_api/CMakeLists.txt                    |   1 +
 ci/jenkins/Jenkinsfile.j2                          |  16 +-
 cmake/config.cmake                                 |   3 +
 cmake/modules/Hexagon.cmake                        |  28 ++-
 .../work_with_relay/using_pipeline_executor.py     | 248 +++++++++++++++++++++
 python/tvm/_ffi/base.py                            |   2 +-
 python/tvm/contrib/pipeline_executor.py            |  26 ++-
 python/tvm/contrib/pipeline_executor_build.py      |  14 +-
 python/tvm/relay/frontend/qnn_torch.py             |   6 +-
 python/tvm/relay/qnn/op/qnn.py                     |  21 +-
 .../transform/fake_quantization_to_integer.py      |   9 +-
 python/tvm/script/tir/__init__.py                  |   2 +-
 python/tvm/script/tir/ty.py                        |   8 +
 python/tvm/topi/adreno/conv2d_winograd_common.py   |  11 +-
 src/arith/detect_linear_equation.cc                |   4 +-
 src/printer/tvmscript_printer.cc                   |   7 +-
 src/relay/qnn/op/leaky_relu.cc                     |  85 ++++---
 src/runtime/hexagon/qhl/qhl_wrapper.cc             |  89 ++++++++
 src/target/llvm/codegen_hexagon.cc                 |  59 +++++
 src/target/llvm/intrin_rule_hexagon.cc             | 171 ++++++++++++--
 tests/python/contrib/test_hexagon/pytest_util.py   |  93 ++++++++
 .../test_hexagon/topi/test_avg_pool2d_slice.py     |  45 ++--
 tests/python/relay/test_op_qnn_leaky_relu.py       |  30 ++-
 .../unittest/test_arith_detect_clip_bound.py       |   6 +
 tests/python/unittest/test_tvmscript_roundtrip.py  |   9 +
 tests/scripts/task_config_build_gpu.sh             |   2 +
 tests/scripts/task_config_build_hexagon.sh         |   1 +
 28 files changed, 901 insertions(+), 111 deletions(-)
 create mode 100755 gallery/how_to/work_with_relay/using_pipeline_executor.py
 create mode 100644 src/runtime/hexagon/qhl/qhl_wrapper.cc
 create mode 100644 tests/python/contrib/test_hexagon/pytest_util.py

Reply via email to