This is an automated email from the ASF dual-hosted git repository.
tqchen pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git
from b5d352fb6c [TOPI][NN][Layer_Norm] Fix layer_norm error with
reduce-only axes (#18063)
add 2d63574c43 [ARITH] Add IsBound method to ConstIntBoundAnalyzer (#18067)
No new revisions were added by this update.
Summary of changes:
include/tvm/arith/analyzer.h | 8 +++++
python/tvm/arith/analyzer.py | 43 +++++++++++++++++-------
src/arith/analyzer.cc | 4 +++
src/arith/const_int_bound.cc | 4 +++
tests/python/arith/test_arith_const_int_bound.py | 1 +
5 files changed, 48 insertions(+), 12 deletions(-)