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/23 19:34:24 UTC

[tvm] branch last-successful updated (9863cf0d5f -> 832c7674fe)

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 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 832c7674fe [hexagon][testing] nonrandom tests (#12164)

No new revisions were added by this update.

Summary of changes:
 .../work_with_relay/using_pipeline_executor.py     | 248 +++++++++++++++++++++
 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 +-
 src/relay/qnn/op/leaky_relu.cc                     |  85 ++++---
 tests/python/contrib/test_hexagon/pytest_util.py   |  66 ++++++
 .../test_hexagon/topi/test_avg_pool2d_slice.py     |  30 ++-
 tests/python/relay/test_op_qnn_leaky_relu.py       |  30 ++-
 tests/scripts/task_config_build_gpu.sh             |   2 +
 11 files changed, 477 insertions(+), 60 deletions(-)
 create mode 100755 gallery/how_to/work_with_relay/using_pipeline_executor.py