[all-commits] [llvm/llvm-project] be1c72: [mlir][linalg] Move transpose_matmul to targeted t...
Cullen Rhodes via All-commits
all-commits at lists.llvm.org
Tue Apr 23 02:53:11 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: be1c72d2ba497de7e9420df0b6a136bbb8942a42
https://github.com/llvm/llvm-project/commit/be1c72d2ba497de7e9420df0b6a136bbb8942a42
Author: Cullen Rhodes <cullen.rhodes at arm.com>
Date: 2024-04-23 (Tue, 23 Apr 2024)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/TransformOps/LinalgTransformOps.td
M mlir/include/mlir/Dialect/Linalg/Transforms/Transforms.h
M mlir/lib/Dialect/Linalg/TransformOps/LinalgTransformOps.cpp
M mlir/lib/Dialect/Linalg/Transforms/TransposeMatmul.cpp
M mlir/test/Dialect/Linalg/transpose-matmul-a.mlir
M mlir/test/Dialect/Linalg/transpose-matmul-b.mlir
Log Message:
-----------
[mlir][linalg] Move transpose_matmul to targeted transform op (#89717)
More targeted than a blanket "apply everywhere" pattern. Follow up to
#89075 to address @ftynse's feedback.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list