You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by zh...@apache.org on 2020/12/08 17:15:07 UTC

[tvm] branch main updated (7a0d10c -> 3144cec)

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

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


    from 7a0d10c  [Relay][Frontend][Onnx] MaxUnpool Operator (#7036)
     add 3144cec  [LLVM] Support atomic for GPU backend (NVPTX, ROCm) (#7051)

No new revisions were added by this update.

Summary of changes:
 include/tvm/tir/builtin.h                         |  5 ++
 python/tvm/topi/cuda/nms.py                       |  2 -
 src/target/llvm/codegen_amdgpu.cc                 | 19 +++++++
 src/target/llvm/codegen_llvm.cc                   |  4 ++
 src/target/llvm/codegen_nvptx.cc                  | 14 +++++
 src/tir/op/builtin.cc                             |  3 +
 tests/python/relay/test_op_level3.py              | 21 ++++---
 tests/python/relay/test_op_level5.py              |  2 -
 tests/python/topi/python/test_topi_vision.py      | 10 +---
 tests/python/unittest/test_target_codegen_llvm.py | 68 ++++++++++++++++++++++-
 10 files changed, 127 insertions(+), 21 deletions(-)