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 898f87ffd6 [Bugfix][TIR] Handle AttrStmt of upcoming tir.Var in 
ConvertSSA (#16682)
     add ab5602607f Use target name instead of node name as function name 
(#16690)
     add 48992a4093 [DeviceAPI] Support "GetCurrentStream" (#16689)
     add 5bbe1aba6d  [Dlight] LowBatchGemv rule only apply to function with 
spatial symbolic var (#16678)
     add 682a62c54d [TIR] Support Vector Reinterpret Calls (#16673)
     add 40dd376375 [Unity][TIR] Clear struct info when specializing PrimFunc 
(#16584)

No new revisions were added by this update.

Summary of changes:
 include/tvm/runtime/device_api.h                   |  6 ++++
 python/tvm/dlight/gpu/low_batch_gemv.py            | 12 +++++--
 python/tvm/relax/frontend/torch/fx_translator.py   |  2 +-
 src/runtime/c_runtime_api.cc                       |  2 ++
 src/runtime/cuda/cuda_device_api.cc                | 12 +++----
 src/runtime/metal/metal_common.h                   |  1 +
 src/runtime/metal/metal_device_api.mm              |  5 +++
 src/runtime/minrpc/rpc_reference.h                 |  1 +
 src/runtime/rocm/rocm_device_api.cc                |  4 +++
 src/runtime/rpc/rpc_device_api.cc                  |  7 +++-
 src/runtime/rpc/rpc_endpoint.cc                    | 12 +++++++
 src/runtime/vulkan/vulkan_device_api.cc            |  2 ++
 src/runtime/vulkan/vulkan_device_api.h             |  1 +
 src/tir/ir/specialize.cc                           |  2 ++
 src/tir/transforms/vectorize_loop.cc               | 14 +++++++-
 tests/python/dlight/test_gpu_low_batch_gemv.py     | 24 ++++++++++++++
 tests/python/tir-base/test_tir_specialize.py       | 38 ++++++++++++++++++++++
 .../tir-transform/test_tir_transform_vectorize.py  | 31 +++++++++++++-----
 web/emcc/webgpu_runtime.cc                         |  2 ++
 19 files changed, 158 insertions(+), 20 deletions(-)

Reply via email to