You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by mb...@apache.org on 2021/02/22 22:45:48 UTC

[tvm] branch main updated (d666b41 -> 84359a9)

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

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


    from d666b41  Fix cuda nms handling of additional per box features (#7483)
     add 84359a9  Fixed minor misspelling (#7499)

No new revisions were added by this update.

Summary of changes:
 include/tvm/ir/attrs.h                          | 2 +-
 include/tvm/runtime/packed_func.h               | 2 +-
 include/tvm/topi/einsum.h                       | 2 +-
 nnvm/src/core/symbolic.cc                       | 4 ++--
 python/tvm/micro/contrib/zephyr.py              | 2 +-
 python/tvm/relay/frontend/coreml.py             | 2 +-
 python/tvm/relay/testing/resnet.py              | 2 +-
 python/tvm/relay/testing/resnet_3d.py           | 2 +-
 python/tvm/relay/transform/transform.py         | 2 +-
 python/tvm/tir/stmt.py                          | 2 +-
 python/tvm/tir/transform/function_pass.py       | 2 +-
 python/tvm/topi/arm_cpu/depthwise_conv2d.py     | 2 +-
 python/tvm/topi/cuda/batch_matmul_tensorcore.py | 2 +-
 python/tvm/topi/cuda/rcnn/proposal.py           | 2 +-
 python/tvm/topi/nn/batch_matmul.py              | 2 +-
 python/tvm/topi/random/kernel.py                | 2 +-
 python/tvm/topi/testing/strided_slice_python.py | 4 ++--
 python/tvm/topi/utils.py                        | 2 +-
 python/tvm/topi/vision/rcnn/proposal.py         | 2 +-
 python/tvm/topi/x86/batch_matmul.py             | 6 +++---
 python/tvm/topi/x86/conv2d_avx_1x1.py           | 2 +-
 src/relay/ir/dataflow_matcher.cc                | 2 +-
 src/relay/ir/indexed_graph.cc                   | 4 ++--
 src/relay/transforms/partition_graph.cc         | 2 +-
 src/runtime/c_runtime_api.cc                    | 2 +-
 src/tir/transforms/hoist_if_then_else.cc        | 2 +-
 tests/python/frontend/mxnet/model_zoo/resnet.py | 2 +-
 tests/python/frontend/onnx/test_forward.py      | 2 +-
 28 files changed, 33 insertions(+), 33 deletions(-)