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 e265baf [ci][docker] Add Jinja2 to images (#10741)
add 4974b51 Onnx squeeze enabled with auto axis handling. (#10742)
add f07fd8b [TIR] Simplify final indices from transform_layout (#10761)
add 73ec860 [PyTorch] Add `aten::square` operator (#10766)
add 4bff490 [Hexagon] Set target architecture when compiling for Hexagon
(#10771)
add 3918717 [Hexagon] Guard UserDMA code with architecture check (#10770)
No new revisions were added by this update.
Summary of changes:
cmake/modules/Hexagon.cmake | 3 +++
python/tvm/relay/frontend/onnx.py | 12 +++++++++-
python/tvm/relay/frontend/pytorch.py | 5 ++++
src/runtime/hexagon/hexagon/hexagon_user_dma.cc | 4 ++--
.../hexagon/hexagon_user_dma_instructions.h | 2 +-
src/tir/ir/index_map.cc | 4 +++-
tests/python/frontend/onnx/test_forward.py | 27 ++++++++++++----------
tests/python/frontend/pytorch/test_forward.py | 5 ++++
8 files changed, 45 insertions(+), 17 deletions(-)