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 759a648cd5 [TVMC] Only load extra targets when there are workspace 
pools (#12253)
     add b05dca1f19 [Adreno] Add markup pass of relay tensors for static 
texture planning (#11878)

No new revisions were added by this update.

Summary of changes:
 include/tvm/relay/transform.h                      |   5 +
 python/tvm/topi/adreno/conv2d_nchw.py              |  19 +-
 python/tvm/topi/adreno/conv2d_nhwc.py              |  16 +-
 src/relay/backend/build_module.cc                  |   1 +
 src/relay/transforms/annotate_texture_storage.cc   | 523 +++++++++++++++++++
 tests/python/relay/test_conv2d_nchw_texture.py     | 569 ++++++++++++++++++++-
 tests/python/relay/test_conv2d_nhwc_texture.py     |   7 +-
 .../relay/test_depthwise_conv2d_nchw_texture.py    |   4 +-
 .../relay/test_depthwise_conv2d_nhwc_texture.py    |   2 +-
 tests/python/relay/utils/adreno_utils.py           |  15 +
 10 files changed, 1142 insertions(+), 19 deletions(-)
 create mode 100644 src/relay/transforms/annotate_texture_storage.cc

Reply via email to