Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/include/mlir/Dialect/Linalg/TransformOps/LinalgTransformOps.td | ||
---|---|---|
798–802 | I'd wrap this in an oilist to avoid fixing the order uselessly. Or just keep in attr-dict, it's just two keystrokes to add the braces and the transform op syntax becomes more homogeneous. |
mlir/include/mlir/Dialect/Linalg/TransformOps/LinalgTransformOps.td | ||
---|---|---|
798–802 | good point, thanks! |
I'd wrap this in an oilist to avoid fixing the order uselessly. Or just keep in attr-dict, it's just two keystrokes to add the braces and the transform op syntax becomes more homogeneous.