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/08/20 02:35:58 UTC

[tvm] branch last-successful updated (c0d440d7a4 -> 9d6039b879)

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 c0d440d7a4 Fix test_autotune to support schedules with no tuning space (#12484)
     add 8b3401ce6b [microTVM] Add config space to dense_dsp schedule (#12444)
     add 41be1b4533 [TOPI]fix scatterND large shape problem (#12200)
     add 9d6039b879 fix group_conv3d caculate error (#12500)

No new revisions were added by this update.

Summary of changes:
 python/tvm/topi/arm_cpu/dense.py                   |  8 ++--
 python/tvm/topi/arm_cpu/mprofile/dsp/dense.py      | 56 +++++++++++++++++-----
 python/tvm/topi/x86/conv3d.py                      |  4 +-
 src/target/llvm/codegen_cpu.cc                     |  3 +-
 tests/python/frontend/onnx/test_forward.py         |  2 +-
 .../relay/strategy/arm_cpu/test_dense_dsp.py       | 40 ++++++++--------
 tests/python/relay/test_op_level3.py               | 20 ++++++++
 7 files changed, 93 insertions(+), 40 deletions(-)