[all-commits] [llvm/llvm-project] ce2e19: [mlir] add decompose and generalize to structured ...
ftynse via All-commits
all-commits at lists.llvm.org
Thu Jun 2 06:25:53 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ce2e198bc2546f24a64fbeff62bf1489bcc53c27
https://github.com/llvm/llvm-project/commit/ce2e198bc2546f24a64fbeff62bf1489bcc53c27
Author: Alex Zinenko <zinenko at google.com>
Date: 2022-06-02 (Thu, 02 Jun 2022)
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
M mlir/python/mlir/dialects/_structured_transform_ops_ext.py
A mlir/test/Dialect/Linalg/transform-op-decompose.mlir
A mlir/test/Dialect/Linalg/transform-op-generalize.mlir
M mlir/test/python/dialects/transform_structured_ext.py
Log Message:
-----------
[mlir] add decompose and generalize to structured transform ops
These ops complement the tiling/padding transformations by transforming
higher-level named structured operations such as depthwise convolutions into
lower-level and/or generic equivalents that are better handled by some
downstream transformations.
Differential Revision: https://reviews.llvm.org/D126698
More information about the All-commits
mailing list