This operation is a NavigationOp that simplifies the writing of transform IR.
Since there is no way of refering to an interface by name, the current implementation uses
an EnumAttr and depends on the interfaces it supports.
In the future, it would be worthwhile to remove this dependence and generalize.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/include/mlir/Dialect/Linalg/TransformOps/LinalgTransformOps.td | ||
---|---|---|
140 | I believe this is necessary for / handled by NavigationTransformOpTrait | |
155–156 | Good point, thanks! | |
167 | I believe this is necessary for / handled by NavigationTransformOpTrait | |
171 | I believe this is necessary for / handled by NavigationTransformOpTrait |
remove