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 afd1f24bf6 [DOCs] Fix error on linting by adding `--rev` argument
(#16089)
add 50597ce25b [DOCs] Add missing backtick to contribute/code_guide.rst
(#16097)
add 99336c34b9 [TFLite][Frontend] Support quantized SQUARE (#15914)
add 42de91ff45 [Fix] Fix `topi.rms_norm` with float32 upscale (#16091)
add f6634afc16 Add missing backtick (#15968)
add f9ac3b98b1 [Relay][Pytorch] Add support for aten::swapaxes operator
(#16079)
No new revisions were added by this update.
Summary of changes:
docs/contribute/code_guide.rst | 2 +-
include/tvm/topi/nn/rms_norm.h | 28 +++++++++++---------------
python/tvm/relay/frontend/pytorch.py | 1 +
python/tvm/relay/frontend/tflite.py | 5 -----
python/tvm/topi/nn/rms_norm.py | 7 ++-----
python/tvm/topi/testing/rms_norm_python.py | 9 +++++----
src/topi/nn.cc | 2 +-
tests/python/frontend/pytorch/test_forward.py | 24 ++++++++++++++++++++++
tests/python/frontend/tflite/test_forward.py | 2 +-
tests/python/topi/python/test_topi_rms_norm.py | 14 ++++++-------
10 files changed, 53 insertions(+), 41 deletions(-)