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 2020/12/21 20:50:11 UTC

[tvm] branch main updated (82942fb -> 53c0641)

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

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


    from 82942fb  [TOPI] Simplify GPU NMS IR and optimize a bit (#7136)
     add 53c0641  Fix a few OpNode argument field descriptions when registered (#7140)

No new revisions were added by this update.

Summary of changes:
 src/relay/op/annotation/annotation.cc |  6 ++++++
 src/relay/op/device_copy.cc           |  1 +
 src/relay/op/image/grid_sample.cc     |  3 ++-
 src/relay/op/memory/memory.cc         |  2 +-
 src/relay/op/nn/pooling.cc            |  2 ++
 src/relay/op/tensor/transform.cc      |  7 +++++++
 src/relay/op/vm/vm.cc                 |  4 +++-
 src/target/source/intrin_rule_cuda.cc | 12 ++++++++++++
 8 files changed, 34 insertions(+), 3 deletions(-)