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 a7bfc857b9 [FIX] Inline ceil_log2 in gpu_2d_continuous_cumsum to fix 
MakePackedAPI error (#18957)
     add eb531188f2 [DOC] Fix various issues (#18966)
     add ad65d9fb15 [WebGPU] Reserve additional keywords to avoid WGSL 
identifier collisions (#18960)
     add 81889decfa [Fix] Replace str(target.kind) with target.kind.name for 
Target objects (#18959)
     add ccb84cd74a [Web] Fix rollup errors and bump tvmjs version (#18958)
     add 10ba3c232b [Frontend][ONNX] Support select_last_index for ArgMax and 
ArgMin (#18969)

No new revisions were added by this update.

Summary of changes:
 apps/hexagon_launcher/README.md                 |   4 +-
 python/tvm/relax/frontend/nn/llm/kv_cache.py    |   6 +-
 python/tvm/relax/frontend/nn/llm/tree_attn.py   |   4 +-
 python/tvm/relax/frontend/onnx/onnx_frontend.py |  38 +-
 python/tvm/relax/transform/transform.py         |   2 +-
 python/tvm/runtime/module.py                    |   4 +-
 python/tvm/testing/utils.py                     |   4 +-
 src/target/source/codegen_webgpu.cc             |   7 +
 tests/python/contrib/test_hexagon/README_RPC.md |  18 +-
 tests/python/relax/test_frontend_onnx.py        |  98 ++++
 web/package-lock.json                           | 609 ++++++++++--------------
 web/package.json                                |   4 +-
 web/rollup.config.mjs                           |   7 +-
 13 files changed, 397 insertions(+), 408 deletions(-)

Reply via email to