This is an automated email from the ASF dual-hosted git repository.
masahi pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.
from fbc2b87 [ONNX]MaxRoiPool, Mod & Xor op support added (#5729)
add e1b1171 ROCm: Add warp shuffles and enable reductions (#5727)
No new revisions were added by this update.
Summary of changes:
src/target/llvm/intrin_rule_rocm.cc | 52 +++++
src/target/target.cc | 3 +-
src/tir/transforms/lower_thread_allreduce.cc | 17 +-
tests/python/integration/test_reduce.py | 12 +-
tests/python/unittest/test_target_codegen_cuda.py | 248 +++++++++++----------
tests/python/unittest/test_target_codegen_rocm.py | 4 +-
.../test_tir_transform_lower_warp_memory.py | 25 ++-
topi/python/topi/cuda/softmax.py | 5 +-
8 files changed, 227 insertions(+), 139 deletions(-)