You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by kp...@apache.org on 2022/08/16 15:43:42 UTC

[tvm] branch main updated (09a4ac48ed -> bd56231325)

This is an automated email from the ASF dual-hosted git repository.

kparzysz pushed a change to branch main
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)

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/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 +-
 11 files changed, 85 insertions(+), 106 deletions(-)