Use op separator to improve code navigation.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D139917
[MLIR][Linalg] Use `DenseI64ArrayAttr` in `InterchangeOp` (NFC) ClosedPublic Authored by chelini on Dec 13 2022, 12:33 AM.
Details Summary Use op separator to improve code navigation.
Diff Detail
Event TimelineHerald added subscribers: • pcwang-thead, limo1996, stephenneuendorffer, nicolasvasilache. · View Herald Transcript This revision is now accepted and ready to land.Dec 14 2022, 2:47 PM Closed by commit rG2e5fe7217244: [MLIR][Linalg] Use `DenseI64ArrayAttr` in `InterchangeOp` (NFC) (authored by chelini). · Explain WhyDec 16 2022, 7:37 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 483540 mlir/include/mlir/Dialect/Linalg/TransformOps/LinalgTransformOps.td
mlir/lib/Dialect/Linalg/TransformOps/LinalgTransformOps.cpp
mlir/lib/Dialect/Transform/IR/TransformOps.cpp
mlir/test/Dialect/Linalg/transform-op-interchange.mlir
mlir/test/Dialect/Linalg/transform-ops-invalid.mlir
mlir/test/Dialect/Linalg/transform-patterns.mlir
|