This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch nightly
in repository https://gitbox.apache.org/repos/asf/tvm.git
from fdfd16c951 [microNPU][ETHOSU] MatMul legalization support (#15780)
add 12b7ca6104 Revert "[release] Update version to 0.14.0 and 0.15.0.dev
on main branch (#15847)"
add b94bfe25ea [release] Update version to 0.14.0 on main branch
add a13eadbdda [Release] Update version to 0.15.dev0 on main branch
add 0276c5a0d8 [microNPU][ETHOSU] Fix rounding mode in requantize
operation (#15929)
No new revisions were added by this update.
Summary of changes:
python/tvm/relay/backend/contrib/ethosu/legalize.py | 1 +
python/tvm/relay/backend/contrib/ethosu/op/identity.py | 18 ++++++++++++++++--
python/tvm/relay/backend/contrib/ethosu/te/identity.py | 8 +++++++-
.../tvm/relay/backend/contrib/ethosu/tir/identity.py | 2 +-
src/relay/op/contrib/ethosu/identity.cc | 3 ++-
src/relay/op/contrib/ethosu/op_attrs.h | 8 ++++++++
.../cascader/test_ethosu_identity_matcher.py | 1 +
tests/python/contrib/test_ethosu/test_codegen.py | 1 +
8 files changed, 37 insertions(+), 5 deletions(-)