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 4fc4450412 [FIX] Fix T.sblock due to concurrent merge (#18695)
add b4dc8a5d2f [BugFix][TIR] Fix incorrect optimization when lowering
floordiv and f… (#18694)
add 6be0db44c7 [Relax][Onnx][Resize] Fix ROI values when tensor ROI is
Empty pass node Constant (#18691)
add 4b1bd6d431 [TIR] Further robustify floordiv/mod intrin lowering to
prevent overflow (#18699)
add 4747a92827 [Python][Relax] Fix YaRN correction dim calculation (#18661)
No new revisions were added by this update.
Summary of changes:
python/tvm/relax/frontend/nn/llm/kv_cache.py | 19 +++
.../relax/frontend/nn/llm/position_embedding.py | 30 +++--
python/tvm/relax/frontend/onnx/onnx_frontend.py | 4 +-
src/tir/transforms/lower_intrin.cc | 141 +++++++++------------
tests/python/relax/test_frontend_onnx.py | 45 +++++--
.../test_tir_transform_lower_intrin.py | 97 +++++++++++---
6 files changed, 213 insertions(+), 123 deletions(-)