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 2c72b902d7 [Relax][NN] Use int64 for RoPE apply flag (#19430)
add 0b0afd8dd3 [Relax][Frontend][TFLite] Add CUMSUM operator mapping
(#19434)
add 82293c8c11 [Relax][Frontend][KVCache] Extend masked sequence prefill
to causal left-padding (#19431)
No new revisions were added by this update.
Summary of changes:
python/tvm/relax/frontend/nn/llm/_kernel_common.py | 53 ++++++-
.../tvm/relax/frontend/nn/llm/_prefill_kernels.py | 86 +++++++---
.../tvm/relax/frontend/tflite/tflite_frontend.py | 44 ++++++
...test_frontend_nn_llm_sequence_prefill_masked.py | 173 +++++++++++++++++++--
tests/python/relax/test_frontend_tflite.py | 35 +++++
5 files changed, 347 insertions(+), 44 deletions(-)