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 819b0023e4 [Relax] Support nested ModuleList in nn.Module (#16971)
add 02c4c55eaa [SVE] Add codegen support for `vscale_range()` function
attribute (#16962)
add c0a47ed139 [CUBLAS][FP8] Enable R.matmul + R.multiply offloading
(#16974)
No new revisions were added by this update.
Summary of changes:
python/tvm/relax/backend/contrib/cublas.py | 11 ++-
python/tvm/relax/backend/patterns.py | 38 +++++++++++
src/relax/backend/contrib/cublas/codegen.cc | 5 +-
src/runtime/contrib/cublas/cublas.cc | 14 +++-
src/runtime/contrib/cublas/cublas_json_runtime.cc | 15 ++--
src/runtime/contrib/cublas/cublas_utils.h | 6 +-
src/target/llvm/codegen_aarch64.cc | 13 ++++
src/target/llvm/codegen_llvm.h | 2 +-
.../python/codegen/test_target_codegen_aarch64.py | 38 +++++++++++
tests/python/relax/test_codegen_cublas.py | 79 ++++++++++++++++++++++
10 files changed, 208 insertions(+), 13 deletions(-)