This attribute details the segment sizes for operand groups within the operation. This revision add support for automatically populating this attribute in the declarative parser.
Depends On D75314
Paths
| Differential D75315
[mlir][DeclarativeParser] Add support for formatting operations with AttrSizedOperandSegments. ClosedPublic Authored by rriddle on Feb 27 2020, 4:43 PM.
Details Summary This attribute details the segment sizes for operand groups within the operation. This revision add support for automatically populating this attribute in the declarative parser. Depends On D75314
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 4 2020, 2:31 PM Closed by commit rG01f7431b5be2: [mlir][DeclarativeParser] Add support for formatting operations with… (authored by rriddle). · Explain WhyMar 5 2020, 1:12 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 248589 mlir/include/mlir/Dialect/StandardOps/IR/Ops.td
mlir/include/mlir/Dialect/VectorOps/VectorOps.td
mlir/lib/Dialect/StandardOps/IR/Ops.cpp
mlir/lib/Dialect/VectorOps/VectorOps.cpp
mlir/test/Conversion/LoopsToGPU/parallel_loop.mlir
mlir/test/Dialect/Linalg/fusion.mlir
mlir/test/Dialect/Linalg/promote.mlir
mlir/test/Dialect/Linalg/tile.mlir
mlir/test/Dialect/Linalg/tile_conv.mlir
mlir/test/Dialect/Linalg/tile_parallel.mlir
mlir/test/Dialect/Linalg/transform-patterns.mlir
mlir/test/IR/core-ops.mlir
mlir/test/Transforms/canonicalize.mlir
mlir/tools/mlir-tblgen/OpFormatGen.cpp
|