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 031f0475be [Runtime] Allow aborting fetchWithCache through AbortSignal
(#17227)
add 3a02309ed8 [Relax] FuseTransposeMatmul Pass (#17234)
add 219ae85d4b [Runtime Patch] Add AbortSignal to fetchWithCache in
ArtifactCacheTemplate interface (#17233)
No new revisions were added by this update.
Summary of changes:
python/tvm/relax/transform/__init__.py | 1 +
.../tvm/relax/transform/fuse_transpose_matmul.py | 175 +++++++++++++++++++++
.../relax/test_transform_fuse_transpose_matmul.py | 82 ++++++++++
web/src/artifact_cache.ts | 3 +-
4 files changed, 260 insertions(+), 1 deletion(-)
create mode 100644 python/tvm/relax/transform/fuse_transpose_matmul.py
create mode 100644 tests/python/relax/test_transform_fuse_transpose_matmul.py