This is an automated email from the ASF dual-hosted git repository.
ashutoshp pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 54a62c1b53 [Fix][TIR] SampleCategorical apply-to-schedule (#14133)
add 74603eeac3 [Arith] ConstIntBound was incorrectly assuming bounds were
over int64… (#13918)
No new revisions were added by this update.
Summary of changes:
src/tir/transforms/lower_intrin.cc | 10 +-
tests/python/relay/test_op_floordiv.py | 117 ++++++++++++++++++++++++
tests/python/topi/python/test_topi_transform.py | 1 -
3 files changed, 121 insertions(+), 7 deletions(-)
create mode 100644 tests/python/relay/test_op_floordiv.py