This is an automated email from the ASF dual-hosted git repository.
masahi pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.
from f727810 [GraphRuntime] Support parameter out in the graph runtime
debug (#4598)
add fadea92 [Perf] Add CublasLt extern support for better Igemm
performance (#4550)
No new revisions were added by this update.
Summary of changes:
python/tvm/contrib/{rocblas.py => cublaslt.py} | 17 ++--
src/runtime/contrib/cublas/cublas.cc | 111 ++++++++++++++++++++++++-
src/runtime/contrib/cublas/cublas_utils.h | 6 ++
tests/python/contrib/test_cublas.py | 65 ++++++++++++++-
4 files changed, 189 insertions(+), 10 deletions(-)
copy python/tvm/contrib/{rocblas.py => cublaslt.py} (75%)