This is an automated email from the ASF dual-hosted git repository.
masahi pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from 32f829c add reviewer (#9430)
add 60b21b9 [CUTLASS] Initial support for dynamic shape dense (#9419)
No new revisions were added by this update.
Summary of changes:
python/tvm/contrib/cutlass/__init__.py | 2 +-
python/tvm/contrib/cutlass/build.py | 122 +++++++++++++++++------
python/tvm/contrib/cutlass/gen_gemm.py | 31 +++++-
src/relay/backend/contrib/codegen_c/codegen_c.h | 11 +-
src/relay/backend/contrib/cutlass/codegen.cc | 64 +++++++++---
tests/python/contrib/test_cutlass.py | 127 ++++++++++++++++++++----
6 files changed, 286 insertions(+), 71 deletions(-)