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 21154c2 [TE] Fix Const Int bound analysis to handle uints for
division (#10102)
add 0fb5ae2 [Op][Topi] Gather, GatherND, Take can accept unsigned
integers as indices (#10080)
No new revisions were added by this update.
Summary of changes:
include/tvm/topi/transform.h | 4 +-
src/relay/op/tensor/transform.cc | 3 +-
tests/python/relay/test_op_level3.py | 75 +++++++++++++++----------
tests/python/topi/python/test_topi_transform.py | 25 ++++++---
4 files changed, 65 insertions(+), 42 deletions(-)