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/01 19:05:20 UTC

[tvm] branch last-successful updated (32f9a5f4d4 -> e814f798ed)

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 32f9a5f4d4 [MetaSchedule] Fix autoinline for single const consumer block (#12668)
     add effcd2251b Add methods to get and set late-bound constants. (#12664)
     add e814f798ed [Adreno] Change compute/schedule for ToMixedPrecision pass (#12537)

No new revisions were added by this update.

Summary of changes:
 include/tvm/runtime/vm/executable.h              |  13 +++
 python/tvm/relay/op/strategy/adreno.py           | 142 +++++++----------------
 python/tvm/runtime/vm.py                         |  10 ++
 python/tvm/topi/adreno/conv2d_alter_op.py        |  48 +++++---
 python/tvm/topi/adreno/conv2d_nchw.py            | 117 +++++++++----------
 python/tvm/topi/adreno/conv2d_nchw_winograd.py   |  45 +------
 python/tvm/topi/adreno/conv2d_nhwc.py            | 111 +++++++++---------
 python/tvm/topi/adreno/conv2d_nhwc_winograd.py   |  45 +------
 python/tvm/topi/adreno/conv2d_winograd_common.py |  19 ++-
 python/tvm/topi/adreno/depthwise_conv2d_nchw.py  |  42 ++-----
 python/tvm/topi/adreno/depthwise_conv2d_nhwc.py  |  38 +-----
 src/runtime/vm/executable.cc                     |  24 +++-
 tests/python/relay/test_conv2d_nchw_texture.py   |   4 +-
 tests/python/relay/test_conv2d_nhwc_texture.py   |   2 +-
 tests/python/relay/test_vm.py                    |  80 +++++++++++++
 15 files changed, 344 insertions(+), 396 deletions(-)