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 593a4bd9d7 [Relax] NDArray Cache Update with DLTensor Support (#16464)
     add b98bc66584 [Relax] Memory planning for "partially dynamic" shapes 
(#16466)
     add bbbc8956a9 [Contrib] Workspace for cuBLAS backend (#16413)
     add 5012208e4b [LINT] Fix pylint issues in test_dma_builtin.py (#16468)
     add 47424b374b [Unity] Improve error message in tensor_to_shape struct 
inference (#16473)
     add 8ade9c30ed [Unity] Improved error message in 
tvm::relax::UpdateStructInfo (#16472)

No new revisions were added by this update.

Summary of changes:
 src/relax/ir/struct_info.cc                        |  6 +-
 src/relax/op/op.cc                                 |  4 +-
 src/relax/transform/static_plan_block_memory.cc    | 12 ++--
 src/runtime/contrib/cublas/cublas.cc               | 20 ++++++-
 src/runtime/contrib/cublas/cublas_json_runtime.cc  |  5 +-
 src/runtime/contrib/cublas/cublas_utils.cc         | 14 ++++-
 src/runtime/contrib/cublas/cublas_utils.h          | 11 +++-
 .../contrib/test_hexagon/test_dma_builtin.py       |  4 +-
 .../test_transform_static_plan_block_memory.py     | 64 ++++++++++++++++++++++
 9 files changed, 125 insertions(+), 15 deletions(-)

Reply via email to