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 20d769617f [Relax] Express dynamic arguments of strided_slice as
arguments (#16826)
add effa5d7993 [CUBLAS] Enable offloading of R.matmul + R.dequantize
(#16896)
No new revisions were added by this update.
Summary of changes:
python/tvm/relax/backend/contrib/cublas.py | 26 ++++++-
python/tvm/relax/backend/patterns.py | 40 ++++++++++
src/relax/backend/contrib/cublas/codegen.cc | 20 +++++
src/relax/backend/contrib/utils.h | 12 +++
src/runtime/contrib/cublas/cublas.cc | 8 +-
src/runtime/contrib/cublas/cublas_json_runtime.cc | 8 +-
src/runtime/contrib/cublas/cublas_utils.h | 4 +-
tests/python/relax/test_codegen_cublas.py | 92 ++++++++++++++++++++++-
8 files changed, 201 insertions(+), 9 deletions(-)