You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ec...@apache.org on 2022/12/08 08:16:10 UTC

[tvm] branch main updated (22ff38dff8 -> 6069292ff9)

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

echuraev pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from 22ff38dff8 [docs] Make building the cpu-only docs build explicit (#13315)
     add 6069292ff9 [OpenCL]  Introduction of weights on buffers (#13563)

No new revisions were added by this update.

Summary of changes:
 python/tvm/topi/adreno/conv2d_nchw.py              |  5 +-
 python/tvm/topi/adreno/conv2d_nhwc.py              |  5 +-
 python/tvm/topi/adreno/conv2d_winograd_common.py   |  2 +
 python/tvm/topi/adreno/depthwise_conv2d_nchw.py    |  5 +-
 python/tvm/topi/adreno/depthwise_conv2d_nhwc.py    |  5 +-
 src/relay/transforms/annotate_texture_storage.cc   | 78 +++++++++++++++++-----
 .../opencl_texture/test_conv2d_nchw_texture.py     | 20 +++---
 7 files changed, 86 insertions(+), 34 deletions(-)