This is an automated email from the ASF dual-hosted git repository.
github-actions[bot] pushed a change to branch nightly
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 75a48a0e2d [Web] Add support for OPFS (#19494)
add 61b49bb3f9 [BugFix][Relax][Torch] Honor multi-axis dims in torch.flip
converter (#19511)
add 5a7da7a32a [BugFix][Relax][Torch] Honor `correction` in std/var
converter (#19512)
add 446bd2dbf0 [BugFix][S-TIR] Wrap bare scalar bodies in
DefaultGPUSchedule to avoid root-block crash (#19514)
No new revisions were added by this update.
Summary of changes:
.../frontend/torch/base_fx_graph_translator.py | 74 ++++++++++++++++--
src/s_tir/transform/default_gpu_schedule.cc | 70 +++++++++++++++++
.../relax/test_frontend_from_exported_program.py | 90 +++++++++++++++++++++-
tests/python/relax/test_frontend_from_fx.py | 21 +++++
.../test_s_tir_transform_default_gpu_schedule.py | 34 ++++++++
5 files changed, 281 insertions(+), 8 deletions(-)