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 0d017c13a4 [Relax] Replaced call_pure_packed with tensor_to_shape
operator (#18616)
add 5abc5c7ada [Relax] Remove duplicated test case:
test_if_branch_var_scope (#18613)
add d30e347a69 [Relax] Use weight shape instead of dim in
Embedding.forward (#18621)
add ee098669db [Relax] Add gpu-generic fallback for unrecognized GPU
targets (#18615)
add 7edf17baa8 [Fix] Fix typo in file header comment (#18628)
add e3f5ac1c6b [Relax] Correct YaRN RoPE frequency scaling formula to
align with the original paper (#18576)
No new revisions were added by this update.
Summary of changes:
.../relax/frontend/nn/llm/position_embedding.py | 16 +++++-----
python/tvm/relax/frontend/nn/modules.py | 2 +-
python/tvm/relax/pipeline.py | 18 +++++++----
src/relax/analysis/layout_transformation.cc | 2 +-
tests/python/relax/test_frontend_nn_modules.py | 21 ++++++++++++-
tests/python/relax/test_pipeline.py | 35 ++++++++++++++++++++++
tests/python/relax/test_tvmscript_parser.py | 14 ---------
7 files changed, 76 insertions(+), 32 deletions(-)