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/14 06:25:19 UTC

[tvm] branch last-successful updated (a9c610f1c0 -> a571bfbbca)

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 a9c610f1c0 [TVMScript] Add ObjectPath class (#11977)
     add a571bfbbca [TOPI] Allow conv definition to have custom kernel layout (#11936)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/op/strategy/arm_cpu.py           |  10 +-
 python/tvm/relay/op/strategy/cuda.py              |  11 +-
 python/tvm/relay/op/strategy/generic.py           |  15 ++-
 python/tvm/relay/op/strategy/hls.py               |   2 +-
 python/tvm/relay/op/strategy/intel_graphics.py    |   8 +-
 python/tvm/relay/op/strategy/rocm.py              |   2 +-
 python/tvm/relay/op/strategy/x86.py               |  10 +-
 python/tvm/topi/nn/conv1d.py                      |  35 +++++--
 python/tvm/topi/nn/conv2d.py                      | 117 ++++++++++++++--------
 python/tvm/topi/nn/conv3d.py                      |   3 +-
 tests/python/integration/test_winograd_nnpack.py  |   2 +-
 tests/python/topi/python/test_topi_conv2d_nhwc.py |  31 +++++-
 vta/python/vta/top/op.py                          |   2 +-
 13 files changed, 175 insertions(+), 73 deletions(-)