[all-commits] [llvm/llvm-project] 4d74c8: [MLIR][Linalg] Expose `packMatmulGreedily` in `Tra...
lorenzo chelini via All-commits
all-commits at lists.llvm.org
Thu Jul 6 03:00:49 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4d74c845a1c2519639cbbcf23fb25f7a488667e4
https://github.com/llvm/llvm-project/commit/4d74c845a1c2519639cbbcf23fb25f7a488667e4
Author: Lorenzo Chelini <l.chelini at icloud.com>
Date: 2023-07-06 (Thu, 06 Jul 2023)
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/Transforms.cpp
Log Message:
-----------
[MLIR][Linalg] Expose `packMatmulGreedily` in `Transforms.h` (NFC)
Make the transformation accessible to other drivers (i.e., passes).
More information about the All-commits
mailing list