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 5298b1298a [CI] Upgrade CI (#17425)
add dc2c5a28c9 [TVMScript][TIR] Add source kernel intetration via
call_kernel (#17434)
add 79abc0356e [KVCACHE] Improved schedule for prefill attention (#17432)
add 9fdb86d3f6 [Relax][ONNX] Expand op support for ONNX frontend (#17427)
add 24fd037927 [TVMScript] Enable T.macro decorateing class method (#17435)
No new revisions were added by this update.
Summary of changes:
python/tvm/relax/frontend/nn/llm/kv_cache.py | 60 +-
python/tvm/relax/frontend/onnx/onnx_frontend.py | 1302 ++++++++++++++++----
python/tvm/relax/op/set.py | 8 +-
python/tvm/relax/transform/legalize_ops/nn.py | 9 +-
.../tvm/script/ir_builder/tir/external_kernel.py | 62 +-
python/tvm/script/parser/core/parser.py | 4 +-
python/tvm/script/parser/relax/entry.py | 7 +-
python/tvm/script/parser/tir/entry.py | 7 +-
tests/python/relax/test_frontend_onnx.py | 664 ++++++++--
tests/python/relax/test_relax_operators.py | 2 +-
.../test_tir_call_source_kernel.py} | 51 +-
.../python/relax/test_transform_legalize_ops_nn.py | 47 +
.../python/tvmscript/test_tvmscript_parser_tir.py | 42 +-
13 files changed, 1792 insertions(+), 473 deletions(-)
copy tests/python/{contrib/test_tir_triton_integration.py =>
relax/test_tir_call_source_kernel.py} (71%)