This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch last-successful
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 09a4ac48ed [ETHOSN] Add support for Requantize (#12384)
add bd56231325 Use std::optional instead of dmlc::optional, NFC (#12443)
add 1ba17fe48b [HotFix] Op is not bound to any variables (#12401)
add 9e42166fe7 [Arith] Parse > and >= bounds in ConstIntBoundAnalyzer
(#12457)
No new revisions were added by this update.
Summary of changes:
apps/hexagon_api/CMakeLists.txt | 5 +-
apps/hexagon_launcher/cmake/android/CMakeLists.txt | 2 +-
apps/hexagon_launcher/cmake/hexagon/CMakeLists.txt | 2 +-
conda/recipe/build.sh | 2 +-
src/arith/const_int_bound.cc | 51 +++++-----
src/relay/transforms/fold_explicit_padding.cc | 13 ++-
src/relay/transforms/pattern_utils.h | 35 ++++---
src/runtime/hexagon/rpc/simulator/session.cc | 113 ++++++++-------------
src/runtime/vm/profiler/vm.cc | 2 +-
src/runtime/vm/profiler/vm.h | 4 +-
src/te/autodiff/ad_simplify.cc | 8 +-
src/tir/transforms/common_subexpr_elim_tools.h | 5 +-
src/tir/transforms/storage_rewrite.cc | 7 +-
.../python/unittest/test_arith_const_int_bound.py | 29 +++---
.../unittest/test_tir_transform_storage_rewrite.py | 4 +-
15 files changed, 131 insertions(+), 151 deletions(-)