You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by jw...@apache.org on 2021/09/30 16:04:46 UTC

[tvm] branch main updated (dda75fe -> 719d2f6)

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

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


    from dda75fe  [6/6] Arm(R) Ethos(TM)-U NPU codegen integration with `tvmc` (#8854)
     add 719d2f6  [OpenCL] Add vectorization to cuda conv2d_nhwc schedule (#8636)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/op/strategy/cuda.py               |  6 +--
 python/tvm/relay/op/strategy/rocm.py               |  6 +--
 python/tvm/topi/cuda/conv2d.py                     | 21 -----------
 python/tvm/topi/gpu/__init__.py                    |  1 +
 .../topi/{x86/binarize_pack.py => gpu/conv2d.py}   | 44 +++++++++-------------
 python/tvm/topi/{cuda => gpu}/conv2d_nhwc.py       | 15 ++++++--
 tests/python/topi/python/test_topi_conv2d_nhwc.py  |  2 +-
 7 files changed, 37 insertions(+), 58 deletions(-)
 copy python/tvm/topi/{x86/binarize_pack.py => gpu/conv2d.py} (54%)
 rename python/tvm/topi/{cuda => gpu}/conv2d_nhwc.py (91%)