[all-commits] [llvm/llvm-project] 6cbcb7: [MLIR][Linalg] Introduce SpecializeOp (#70326)
lorenzo chelini via All-commits
all-commits at lists.llvm.org
Tue Oct 31 02:07:48 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6cbcb793506de2cf76dae19269aa4b47e1b55d43
https://github.com/llvm/llvm-project/commit/6cbcb793506de2cf76dae19269aa4b47e1b55d43
Author: lorenzo chelini <l.chelini at icloud.com>
Date: 2023-10-31 (Tue, 31 Oct 2023)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/IR/LinalgInterfaces.h
M mlir/include/mlir/Dialect/Linalg/TransformOps/LinalgTransformOps.td
M mlir/include/mlir/Dialect/Linalg/Transforms/Transforms.h
M mlir/lib/Dialect/Linalg/IR/LinalgInterfaces.cpp
M mlir/lib/Dialect/Linalg/TransformOps/LinalgTransformOps.cpp
M mlir/lib/Dialect/Linalg/Transforms/CMakeLists.txt
A mlir/lib/Dialect/Linalg/Transforms/Specialize.cpp
A mlir/test/Dialect/Linalg/transform-op-specialize.mlir
Log Message:
-----------
[MLIR][Linalg] Introduce SpecializeOp (#70326)
Introduce an operation to specialize linalg.generics, for example,
detecting a linalg.generic that is semantically equivalent to a
linalg.copy and replacing the former with the latter. After code
generation, it is helpful to lower named operations to vendor-optimized
libraries.
More information about the All-commits
mailing list